summaryrefslogtreecommitdiff
path: root/sample/test.rb
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-05-10 02:58:41 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-05-10 02:58:41 +0000
commit014f2164ed7031a1c31604b290d2ab0cf1deacdc (patch)
treef3907ca91e049d42dd7cc1f4bf9b63a8aef71514 /sample/test.rb
parent6f4170c2a7787ab2d6b4b302a808391317bfcbf7 (diff)
2000-05-10
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@684 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'sample/test.rb')
-rw-r--r--sample/test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/test.rb b/sample/test.rb
index 9d77647cf7..bc97882e6c 100644
--- a/sample/test.rb
+++ b/sample/test.rb
@@ -726,7 +726,7 @@ ok(a == [1, 2, 3])
ok(a == [4])
*a = nil
-ok(a == [])
+ok(a == [nil])
check "call"
def aaa(a, b=100, *rest)