summaryrefslogtreecommitdiffstats
path: root/test/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/Rakefile')
-rw-r--r--test/Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Rakefile b/test/Rakefile
index a1f8c26ec..47be213d9 100644
--- a/test/Rakefile
+++ b/test/Rakefile
@@ -75,8 +75,8 @@ filemap.each do |dir, files|
t.libs += $test_library_paths + ['..']
t.libs << '..'
t.test_files = [ file ]
- t.verbose = true
- end
+ t.verbose = true
+ end
end
end