summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2020-10-03 03:05:21 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2020-10-03 03:05:21 +0900
commit873c8a14f0a12eaf47a064024184a4adfaa04dd9 (patch)
treedc02fc342e749a57f84c1edb9590e12ea07e0ddf /test
parent112254d18500b2d4cef19bc36290263c0de38e79 (diff)
Fix assert_ruby_status usage in 174ae0f5775cc7af7d197963a8f87b7d1972c268
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_method.rb2
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