From 0ebf3849e4dee70b65dec91997400a235411dc15 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 11 Apr 2016 08:27:19 +0000 Subject: TestException.rb: suppress warning * test/excludes/TestException.rb: suppress "ambiguous first argument" warning. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54541 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/excludes/TestException.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/excludes/TestException.rb b/test/excludes/TestException.rb index a992950152..38d66d63d2 100644 --- a/test/excludes/TestException.rb +++ b/test/excludes/TestException.rb @@ -5,5 +5,4 @@ sections including external libraries, it is very neary impossible to recover from such situation. ] -exclude /test_machine_stackoverflow/, reason -exclude :test_machine_stackoverflow_by_define_method, reason +exclude %r[test_machine_stackoverflow], reason -- cgit v1.2.3