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:
parent
112254d185
commit
873c8a14f0
1 changed files with 1 additions and 1 deletions
|
@ -1390,6 +1390,6 @@ class TestMethod < Test::Unit::TestCase
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_invalidating_CC_ASAN
|
def test_invalidating_CC_ASAN
|
||||||
assert_ruby_status('using Module.new')
|
assert_ruby_status(['-e', 'using Module.new'])
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue