diff options
Diffstat (limited to 'test/ruby')
| -rw-r--r-- | test/ruby/test_method.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_method.rb b/test/ruby/test_method.rb index fde73898a9..145b4779fd 100644 --- a/test/ruby/test_method.rb +++ b/test/ruby/test_method.rb @@ -1390,6 +1390,6 @@ class TestMethod < Test::Unit::TestCase end def test_invalidating_CC_ASAN - assert_ruby_status('using Module.new') + assert_ruby_status(['-e', 'using Module.new']) end end |
