put correct value in the test

svn: r13380
This commit is contained in:
Jon Rafkind 2009-02-03 17:37:19 +00:00
parent 516ebbbc4c
commit 51839c33a1

View File

@ -14,4 +14,4 @@ obj test(t, a, b){
} }
var x = 3; var x = 3;
test("x = 3", x, 4); test("x = 3", x, 3);