From 51839c33a1be12cfe698ec2e6ecc4a43faea6a55 Mon Sep 17 00:00:00 2001 From: Jon Rafkind Date: Tue, 3 Feb 2009 17:37:19 +0000 Subject: [PATCH] put correct value in the test svn: r13380 --- collects/tests/honu/basic.honu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/tests/honu/basic.honu b/collects/tests/honu/basic.honu index e541fcf19c..42f3d46819 100644 --- a/collects/tests/honu/basic.honu +++ b/collects/tests/honu/basic.honu @@ -14,4 +14,4 @@ obj test(t, a, b){ } var x = 3; -test("x = 3", x, 4); +test("x = 3", x, 3);