Permalink
1 comment
on commit
sign in to comment.
Browse files
* test/dtrace/test_*.rb: use require_relative to require local library
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39940 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information...
Showing
with
11 additions
and 11 deletions.
- +1 −1 test/dtrace/test_array_create.rb
- +1 −1 test/dtrace/test_cmethod.rb
- +1 −1 test/dtrace/test_function_entry.rb
- +1 −1 test/dtrace/test_gc.rb
- +1 −1 test/dtrace/test_hash_create.rb
- +1 −1 test/dtrace/test_load.rb
- +1 −1 test/dtrace/test_object_create_start.rb
- +1 −1 test/dtrace/test_raise.rb
- +1 −1 test/dtrace/test_require.rb
- +1 −1 test/dtrace/test_singleton_function.rb
- +1 −1 test/dtrace/test_string.rb
This comment has been minimized.
Show comment Hide commentcdwijayarathnaSep 2, 2013
Hello all,
I'm trying to run slightly different version of this test case (https://gist.github.com/cdwijayarathna/6413782), using "sudo ruby test_array_create.rb) in ruby 2.0.0-p247.
I'm getting output
https://gist.github.com/cdwijayarathna/6413841
Why 0 tests 0 assertions here? what I am doing wrong?
cdwijayarathna commented onSep 2, 2013
b0b4609
Hello all,
I'm trying to run slightly different version of this test case (https://gist.github.com/cdwijayarathna/6413782), using "sudo ruby test_array_create.rb) in ruby 2.0.0-p247.
I'm getting output
https://gist.github.com/cdwijayarathna/6413841
Why 0 tests 0 assertions here? what I am doing wrong?