aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_comparable.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_comparable.rb')
-rw-r--r--test/ruby/test_comparable.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_comparable.rb b/test/ruby/test_comparable.rb
index 94c05d5f91..4f1d38a7e6 100644
--- a/test/ruby/test_comparable.rb
+++ b/test/ruby/test_comparable.rb
@@ -88,7 +88,7 @@ class TestComparable < Test::Unit::TestCase
assert_raise_with_message(ArgumentError, 'min argument must be smaller than max argument') {
@o.clamp(2, 1)
}
- end
+ end
def test_err
assert_raise(ArgumentError) { 1.0 < nil }