summaryrefslogtreecommitdiff
path: root/testing.sh
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-06-13 04:25:19 +0200
committerkdx <kikoodx@paranoici.org>2023-06-13 04:25:19 +0200
commitdea6dce494e9c403f1f9e2178cd8c7d0aad79738 (patch)
tree41611f96256ec2525ec19513b796166faed6a3cd /testing.sh
parentbef68b681f0af54061858a6689057850b390d79c (diff)
downloadgolem-dea6dce494e9c403f1f9e2178cd8c7d0aad79738.tar.gz
escape sequences
Diffstat (limited to 'testing.sh')
-rwxr-xr-xtesting.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/testing.sh b/testing.sh
index 3539b20..7d35ec0 100755
--- a/testing.sh
+++ b/testing.sh
@@ -55,5 +55,4 @@ test "$1" "main() return;"
test "$1" "main() { local a; a = 5; dbg a; a++; dbg a; }"
test "$1" "main() { local a; a = 5; dbg a; a--; dbg a; }"
test "$1" "main() { wrt [\"(\"]; wrt '\n'; }"
-exit
rm -f build/tmp.*