diff options
Diffstat (limited to 'tests/new.toc')
-rw-r--r-- | tests/new.toc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/new.toc b/tests/new.toc index bb6a5fa..790a115 100644 --- a/tests/new.toc +++ b/tests/new.toc @@ -1,5 +1,5 @@ -#include "mem.toc", mem; -#include "io.toc", io; +#include "std/mem.toc", mem; +#include "std/io.toc", io; calculation ::= fn() int { total := 0; |