aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 336a7e2..62a2a81 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -331,8 +331,8 @@ a() <=> 4
more_types: "a: (str, bool, int) = (\"abc\", true, 1)",
);
- test_file!(scoping, "tests/scoping.tdy");
- test_file!(for_, "tests/for.tdy");
+ test_file!(scoping, "progs/tests/scoping.sy");
+ test_file!(for_, "progs/tests/for.sy");
test_multiple!(
op_assign,