aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-11 08:27:19 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-11 08:27:19 +0000
commit0ebf3849e4dee70b65dec91997400a235411dc15 (patch)
tree069cb6b29f5636bda1bb11e7505bd304e7ae0700
parent316bb88f5af8e5d74fb6fb2241841a717b91f1f9 (diff)
downloadruby-0ebf3849e4dee70b65dec91997400a235411dc15.tar.gz
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
-rw-r--r--test/excludes/TestException.rb3
1 files changed, 1 insertions, 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