From 79bf40f909cefdc611bfa13f70ae55b52ac41d23 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 10 Mar 2019 16:52:53 +0100 Subject: Load @import files relative to the file that uses @import --- tests/main.amal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/main.amal b/tests/main.amal index 990dc26..ba6247b 100644 --- a/tests/main.amal +++ b/tests/main.amal @@ -1,4 +1,4 @@ -const io = @import("tests/io.amal"); +const io = @import("io.amal"); const main = fn { var hello = fn { @@ -10,7 +10,7 @@ const main = fn { const num2 = 23232; const num3 = num1 + num2 * 30; const num4 = (num1 + num2) * num3 * ((34 + 32) / 234.345); - const num4 = 23; + //const num4 = 23; /* episfjpseifipesf */ -- cgit v1.2.3