aboutsummaryrefslogtreecommitdiffstats
path: root/test/excludes
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-13 08:42:02 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-13 08:42:02 +0000
commita34ca0c98d7c57c0f92a1c3202207de09e35e94d (patch)
tree60f64cfceba028550d51d4dc212a8365277030c8 /test/excludes
parent712a570f5624c0beaac808e03c26915c7afd0806 (diff)
downloadruby-a34ca0c98d7c57c0f92a1c3202207de09e35e94d.tar.gz
suppress warning: ambiguous first argument; put parentheses or a space even after `/' operator
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50864 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/excludes')
-rw-r--r--test/excludes/TestThread.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/excludes/TestThread.rb b/test/excludes/TestThread.rb
index ea7269f7c4..0b4050b4eb 100644
--- a/test/excludes/TestThread.rb
+++ b/test/excludes/TestThread.rb
@@ -1 +1 @@
-exclude /_stack_size$/, 'often too expensive'
+exclude(/_stack_size$/, 'often too expensive')