summaryrefslogtreecommitdiff
path: root/test.toc
diff options
context:
space:
mode:
Diffstat (limited to 'test.toc')
-rw-r--r--test.toc17
1 files changed, 1 insertions, 16 deletions
diff --git a/test.toc b/test.toc
index 54f7b2b..5a5a328 100644
--- a/test.toc
+++ b/test.toc
@@ -1,16 +1 @@
-#include "tests/std/io.toc", io;
-#include "tests/std/io.toc", foo;
-#include "tests/std/io.toc", bar;
-#include "tests/std/io.toc", baz;
-#include "tests/std/io.toc";
-#include "tests/included.toc", inc;
-
-main ::= fn() {
- puts("hello");
- io.puts("hello");
- foo.puts("hello");
- bar.puts("hello");
- baz.puts("hello");
- inc.puts("hello");
- inc.foo.puts("hello");
-}
+#include "tests/std/mem.toc";