summaryrefslogtreecommitdiff
path: root/sample
diff options
context:
space:
mode:
Diffstat (limited to 'sample')
-rw-r--r--sample/test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/sample/test.rb b/sample/test.rb
index c2263013d2..1067a95c0f 100644
--- a/sample/test.rb
+++ b/sample/test.rb
@@ -254,7 +254,6 @@ test_ok(f.call(42) == 42)
test_ok(f.call([42]) == [42])
test_ok(f.call([[42]]) == [[42]])
test_ok(f.call([42,55]) == [42,55])
-test_ok(f.call(42,55) == [42,55])
f = lambda{|x,| x}
test_ok(f.call(42) == 42)