diff options
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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, |
