aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-09-01 17:39:20 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-09-01 17:39:20 -0400
commit2538b1b7461f9b06d6a6f43acd5609d916b1addc (patch)
tree061efdfc54351b1c644f1422e4f2c00bfefb1235 /test
parentd6d3f5711de85ab1c21f515b9d125d316d853c92 (diff)
parentadc2d81b5683e611c5f3289be6157d4519a60632 (diff)
Merge branch 'main' into formatter
Diffstat (limited to 'test')
-rw-r--r--test/_vectors.tm1
-rw-r--r--test/import.tm2
2 files changed, 2 insertions, 1 deletions
diff --git a/test/_vectors.tm b/test/_vectors.tm
new file mode 100644
index 00000000..84646cc9
--- /dev/null
+++ b/test/_vectors.tm
@@ -0,0 +1 @@
+struct Vec2(x,y:Num)
diff --git a/test/import.tm b/test/import.tm
index 0686190b..edae08f6 100644
--- a/test/import.tm
+++ b/test/import.tm
@@ -1,4 +1,4 @@
-vectors := use ../examples/vectors/vectors.tm
+vectors := use ./_vectors.tm
use ./use_import.tm
func returns_vec(->vectors.Vec2)