Test fixed

This commit is contained in:
Konstantin Anisimov
2016-11-18 12:44:00 +03:00
parent 8b37001cdf
commit 04d441ef21
@@ -4,7 +4,7 @@ int
run_test() {
int (*when_through)(int) = resolve_symbol("kfun:when_through(Int)");
if (when_through(2) != 3) return 1;
if (when_through(2) != 1) return 1;
return 0;
}