diff options
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ end desc 'Do a benchmark'
task :bench do
- system 'ruby -wIlib \bench\bench.rb ruby html 0'
+ system 'ruby -wIlib bench\bench.rb ruby html 0'
end
def gemspec
|