summaryrefslogtreecommitdiff
path: root/test.toc
diff options
context:
space:
mode:
Diffstat (limited to 'test.toc')
-rw-r--r--test.toc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test.toc b/test.toc
index 25c38d5..73d1ad1 100644
--- a/test.toc
+++ b/test.toc
@@ -1,5 +1,5 @@
-#include "std/io.toc", io;
-#include "std/mem.toc";
+#include "tests/std/io.toc", io;
+#include "tests/std/mem.toc";
z ::= nms {
Foo ::= struct(f ::= fn() int { return 7; }) {