summaryrefslogtreecommitdiff
path: root/test/ruby/test_time.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_time.rb')
-rw-r--r--test/ruby/test_time.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_time.rb b/test/ruby/test_time.rb
index f2200e421e..89fcd3522c 100644
--- a/test/ruby/test_time.rb
+++ b/test/ruby/test_time.rb
@@ -320,7 +320,7 @@ class TestTime < Test::Unit::TestCase
while t.zone.dup == "JST" && n < done
n += 1
end
- assert_equal n, done, "Bug #9652"
+ assert_equal done, n, "Bug #9652"
assert_equal "JST", t.zone, "Bug #9652"
end;
end