1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix assert_ruby_status usage in 174ae0f577

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