Skip to content

Commit

Permalink
Fix assert_ruby_status usage in 174ae0f
Browse files Browse the repository at this point in the history
  • Loading branch information
znz committed Oct 2, 2020
1 parent 112254d commit 873c8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ruby/test_method.rb
Expand Up @@ -1390,6 +1390,6 @@ def test_method_list
end

def test_invalidating_CC_ASAN
assert_ruby_status('using Module.new')
assert_ruby_status(['-e', 'using Module.new'])
end
end

0 comments on commit 873c8a1

Please sign in to comment.