summaryrefslogtreecommitdiff
path: root/tests/modules/test_namespaced.zc
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/modules/test_namespaced.zc
parented4bbfd8cf4a72fdf4a5d6cba94d537cab340356 (diff)
Fix for #91
Diffstat (limited to 'tests/modules/test_namespaced.zc')
-rw-r--r--tests/modules/test_namespaced.zc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/modules/test_namespaced.zc b/tests/modules/test_namespaced.zc
index d2aa8cd..afc1d6c 100644
--- a/tests/modules/test_namespaced.zc
+++ b/tests/modules/test_namespaced.zc
@@ -1,6 +1,6 @@
-import "./test_modules/math.zc" as math;
-import "./test_modules/physics.zc" as physics;
+import "./test_modules/_math.zc" as math;
+import "./test_modules/_physics.zc" as physics;
test "test_namespaced_imports" {
var mv = math::Vector::new(3, 4);