diff options
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/core.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core.sh b/tests/core.sh index 7b62208..0a9c331 100755 --- a/tests/core.sh +++ b/tests/core.sh @@ -107,7 +107,7 @@ echo " OK" echo -n "- Importing file: " assert_exit_status_stdin 10 <<EOF -import "std/math.cup" +import "std/common.cup" fn main(): int { let x: int = abs(-5); |