diff options
| author | Mel <mel@rnrd.eu> | 2026-01-25 00:57:56 +0100 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2026-01-25 00:57:56 +0100 |
| commit | 4dc6b49db40eaebf700d5c26c93c5f33b3db60ac (patch) | |
| tree | 8b1450f743e27016ae4d78780a5e0e4901622bdc /boot/tests/transpile/basic.cskt | |
| parent | fce4a99dbfab5af623bb05d9e10807efeced5a47 (diff) | |
| download | catskill-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/basic.cskt')
| -rw-r--r-- | boot/tests/transpile/basic.cskt | 4 |
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 |
