aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/core.sh2
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);