From 174ae0f5775cc7af7d197963a8f87b7d1972c268 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sat, 3 Oct 2020 00:42:06 +0900 Subject: Remove known use-after-poison bug 9eda6547812cbda23a73ba3b2620520b0de2bdd6 was fixed by b9488accf9e2cbf5f7c47b42b3eb23469f0aa58d. --- test/ruby/test_method.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/ruby/test_method.rb') diff --git a/test/ruby/test_method.rb b/test/ruby/test_method.rb index 85c5c45bd6..fde73898a9 100644 --- a/test/ruby/test_method.rb +++ b/test/ruby/test_method.rb @@ -1388,4 +1388,8 @@ class TestMethod < Test::Unit::TestCase assert_operator nummodule, :>, 0 assert_operator nummethod, :>, 0 end + + def test_invalidating_CC_ASAN + assert_ruby_status('using Module.new') + end end -- cgit v1.2.3