diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-04-11 08:27:19 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-04-11 08:27:19 +0000 |
commit | 0ebf3849e4dee70b65dec91997400a235411dc15 (patch) | |
tree | 069cb6b29f5636bda1bb11e7505bd304e7ae0700 /test/excludes | |
parent | 316bb88f5af8e5d74fb6fb2241841a717b91f1f9 (diff) | |
download | ruby-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
Diffstat (limited to 'test/excludes')
-rw-r--r-- | test/excludes/TestException.rb | 3 |
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 |