summaryrefslogtreecommitdiff
path: root/tests/features
diff options
context:
space:
mode:
authorZuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian>2026-01-22 22:56:40 +0000
committerZuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian>2026-01-22 22:56:40 +0000
commit5d31f28bedc3d045f01f390245b5afbbb316e414 (patch)
treeb6f6e8a6c027931b34b7db2435d6f462f4984373 /tests/features
parented4bbfd8cf4a72fdf4a5d6cba94d537cab340356 (diff)
Fix for #91
Diffstat (limited to 'tests/features')
-rw-r--r--tests/features/_fstring_mod.zc (renamed from tests/features/fstring_mod.zc)0
-rw-r--r--tests/features/test_fstring.zc2
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/features/fstring_mod.zc b/tests/features/_fstring_mod.zc
index 78b16ef..78b16ef 100644
--- a/tests/features/fstring_mod.zc
+++ b/tests/features/_fstring_mod.zc
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)