summaryrefslogtreecommitdiff
path: root/tests/control_flow.toc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/control_flow.toc')
-rw-r--r--tests/control_flow.toc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/control_flow.toc b/tests/control_flow.toc
index 923a40b..043d4b7 100644
--- a/tests/control_flow.toc
+++ b/tests/control_flow.toc
@@ -1,4 +1,4 @@
-#include "io.toc", io;
+#include "std/io.toc", io;
f ::= fn() int {
total := 0;
@@ -28,4 +28,4 @@ main ::= fn() {
x ::= f();
io.puti(x);
io.puti(f());
-} \ No newline at end of file
+}