From a34ca0c98d7c57c0f92a1c3202207de09e35e94d Mon Sep 17 00:00:00 2001 From: naruse Date: Sat, 13 Jun 2015 08:42:02 +0000 Subject: 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 --- test/excludes/TestThread.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') -- cgit v1.2.3