about summary refs log tree commit diff
path: root/boot/tests/transpile
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2026-01-25 00:57:56 +0100
committerMel <mel@rnrd.eu>2026-01-25 00:57:56 +0100
commit4dc6b49db40eaebf700d5c26c93c5f33b3db60ac (patch)
tree8b1450f743e27016ae4d78780a5e0e4901622bdc /boot/tests/transpile
parentfce4a99dbfab5af623bb05d9e10807efeced5a47 (diff)
downloadcatskill-4dc6b49db40eaebf700d5c26c93c5f33b3db60ac.tar.zst
catskill-4dc6b49db40eaebf700d5c26c93c5f33b3db60ac.zip
Allow different transpile pass output types
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'boot/tests/transpile')
-rw-r--r--boot/tests/transpile/basic.cskt4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot/tests/transpile/basic.cskt b/boot/tests/transpile/basic.cskt
index f904259..d8de24f 100644
--- a/boot/tests/transpile/basic.cskt
+++ b/boot/tests/transpile/basic.cskt
@@ -10,7 +10,7 @@ main = fun () {
 
 >>>
 
-#include "boot/runtime/core.c"
+#include "core.c"
 void catskill_main(void) {
 }
-#include "boot/runtime/runtime.c"
\ No newline at end of file
+#include "runtime.c"
\ No newline at end of file