Fix assert_ruby_status usage in 174ae0f5775cc7af7d197963a8f87b7d1972c268

This commit is contained in:
Kazuhiro NISHIYAMA 2020-10-03 03:05:21 +09:00
parent 112254d185
commit 873c8a14f0
No known key found for this signature in database
GPG Key ID: 262ED8DBB4222F7A

View File

@ -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