summaryrefslogtreecommitdiff
path: root/tests/types.toc
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-04-25 16:10:45 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2020-04-25 16:10:45 -0400
commita161b75a01eee7249f989c3a85d92b69c1818370 (patch)
treefb65753b6e84b102787523a8948bc5507400f3b3 /tests/types.toc
parent7ee5fc2721e40471f01f9377dd901ded4b969a33 (diff)
stop copying whole fn body unless necessary when generating an instance
Diffstat (limited to 'tests/types.toc')
-rw-r--r--tests/types.toc5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/types.toc b/tests/types.toc
index 4ef55e8..7262637 100644
--- a/tests/types.toc
+++ b/tests/types.toc
@@ -1,6 +1,5 @@
-#include "io.toc", io;
-#include "mem.toc";
-
+#include "std/io.toc", io;
+#include "std/mem.toc";
main ::= fn() {
nums := news(int, 10);