From af50891b0eb51be61d0d2366875bf5b15eef5c80 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 1 Sep 2025 17:31:32 -0400 Subject: Fix for import test --- test/_vectors.tm | 1 + test/import.tm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 test/_vectors.tm (limited to 'test') 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) -- cgit v1.2.3