From 4dc6b49db40eaebf700d5c26c93c5f33b3db60ac Mon Sep 17 00:00:00 2001 From: Mel Date: Sun, 25 Jan 2026 00:57:56 +0100 Subject: Allow different transpile pass output types Signed-off-by: Mel --- boot/tests/transpile/basic.cskt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'boot/tests') 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 -- cgit 1.4.1