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);