Skip to content

Commit

Permalink
[Truffle] JT: Only rescue RuntimeError.
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Oct 28, 2016
1 parent 27ad02c commit a00c0d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/jt.rb
Expand Up @@ -172,7 +172,7 @@ def self.find_benchmark(benchmark)
else
begin
File.join(find_repo('ruby-benchmarks'), benchmark)
rescue
rescue RuntimeError
File.join(find_repo('all-ruby-benchmarks'), benchmark)
end
end
Expand Down

0 comments on commit a00c0d2

Please sign in to comment.