From 947e57dd8eb4b8fa32cbee369c1a5e808a709d5c Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Sun, 26 Mar 2023 23:29:18 -0400 Subject: Remove pointless test files --- tnslc/test.tnsl | 21 --------------------- tnslc/test2.tnsl | 7 ------- 2 files changed, 28 deletions(-) delete mode 100644 tnslc/test.tnsl delete mode 100644 tnslc/test2.tnsl diff --git a/tnslc/test.tnsl b/tnslc/test.tnsl deleted file mode 100644 index 0451c73..0000000 --- a/tnslc/test.tnsl +++ /dev/null @@ -1,21 +0,0 @@ -/; module util - :include "c_wrap.tnsl" -;/ - -/; module tnslc - :include "test2.tnsl" - - /; run (uint argc, ~~uint8 argv) [int] - {}uint8 c = "asdf" - return 0 - ;/ -;/ - -tnslc.Try A = {1, 2, 3} - -/; raw main (uint argc, ~~uint8 argv) [int] - # Manually match registers so values are in expected compile registers - asm "mov r8, rdi" - asm "mov r9, rsi" - raw return tnslc.run(argc, argv) -;/ \ No newline at end of file diff --git a/tnslc/test2.tnsl b/tnslc/test2.tnsl deleted file mode 100644 index 481003d..0000000 --- a/tnslc/test2.tnsl +++ /dev/null @@ -1,7 +0,0 @@ -struct Try { - int a, b, c -} - -/; method Try - /; raw e ;/ -;/ -- cgit v1.2.3