summaryrefslogtreecommitdiff
path: root/tests/features/test_fstring.zc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/features/test_fstring.zc')
-rw-r--r--tests/features/test_fstring.zc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/features/test_fstring.zc b/tests/features/test_fstring.zc
index 3ef64a7..b2a8f36 100644
--- a/tests/features/test_fstring.zc
+++ b/tests/features/test_fstring.zc
@@ -1,4 +1,4 @@
-import "tests/features/fstring_mod.zc" as Mod;
+import "tests/features/_fstring_mod.zc" as Mod;
test "alias namespace fstring" {
// Tests that {Mod::get_val()} is parsed correctly (Mod_get_val)