summaryrefslogtreecommitdiff
path: root/tests/arr3.toc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/arr3.toc')
-rw-r--r--tests/arr3.toc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/arr3.toc b/tests/arr3.toc
index 4310d64..25c5554 100644
--- a/tests/arr3.toc
+++ b/tests/arr3.toc
@@ -1,5 +1,5 @@
-#include "io.toc";
-#include "mem.toc";
+#include "std/io.toc";
+#include "std/mem.toc";
arr_add ::= fn(t ::=, a : &Arr(t), x : t) {