Test fixed
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user