aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_enumerator.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_enumerator.rb b/test/ruby/test_enumerator.rb
index 6ff8f82019..60864258c3 100644
--- a/test/ruby/test_enumerator.rb
+++ b/test/ruby/test_enumerator.rb
@@ -5,7 +5,7 @@ class TestEnumerator < Test::Unit::TestCase
i = 0
obj.map{|e|
[i+=1, e]
- }
+ }.sort
end
def test_iterators