Fixing a test from internal test suite.

This commit is contained in:
Ruben Ayrapetyan 2014-10-15 18:12:46 +04:00
parent 11252394a5
commit b7df625666

View File

@ -20,4 +20,4 @@ function test(arg)
return 1;
}
assert(test("str"));
assert(!test("str"));