summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_object.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_object.rb b/test/ruby/test_object.rb
index a34fc7813a..3c5b6424ba 100644
--- a/test/ruby/test_object.rb
+++ b/test/ruby/test_object.rb
@@ -424,7 +424,7 @@ class TestObject < Test::Unit::TestCase
def test_max_shape_variation_with_performance_warnings
assert_in_out_err([], <<-INPUT, %w(), /Maximum shapes variations \(8\) reached by Foo, instance variables accesses will be slower\.$/)
- $VERBOSE = true
+ $VERBOSE = false
Warning[:performance] = true
class Foo; end