diff options
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.zc | 2 |
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) |
