diff options
author | Hiroshi SHIBATA <[email protected]> | 2019-07-02 08:00:29 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2019-07-02 08:00:29 +0900 |
commit | 897b1e05623996ea1003c812e7705a2d197464b3 (patch) | |
tree | ae0b6b8f2732602072acdf26fa563d9e292248d3 /test | |
parent | c68781e9181cb43af1bac29b3c974887205c3bf3 (diff) |
Fixed the wrong path for COVERAGE.
ref. c3c0e3f5c9444c197779cb242de46dfffda79dec
Diffstat (limited to 'test')
-rw-r--r-- | test/runner.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runner.rb b/test/runner.rb index 263df1d930..db2084949e 100644 --- a/test/runner.rb +++ b/test/runner.rb @@ -27,7 +27,7 @@ require_relative "#{tool_dir}/lib/zombie_hunter" require_relative "#{tool_dir}/lib/iseq_loader_checker" if ENV['COVERAGE'] - require_relative "#{tool_dir}/lib/test-coverage.rb" + require_relative "#{tool_dir}/test-coverage.rb" end begin |