summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2021-12-10 00:53:58 -0500
committerKyle Gunger <kgunger12@gmail.com>2021-12-10 00:53:58 -0500
commitc3b9e4a8be18338ed5da223037d6259eaef54e8f (patch)
tree9f159c104fb183e16433e3dd64888347cf8a9899 /tests
parent9fc8b79c79975e99ea314b5e767b6c204a91f0ff (diff)
[EXEC] Some literal handlers. Does not compile ATM.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/run-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-tests.sh b/tests/run-tests.sh
index d910e93..2b8f460 100755
--- a/tests/run-tests.sh
+++ b/tests/run-tests.sh
@@ -5,7 +5,7 @@ PARSEFILE=" "
parse () {
echo "ATTEMPTING TO PARSE $1-test.tnsl"
- $PARSECMD $2 -in $1-test.tnsl -out $1-test.tnt
+ $PARSECMD $2 -in $1-test.tnsl -out $1-test.tnt
if [ $? -eq 0 ]; then
echo "SUCCESS!"
fi