aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-07-08 00:14:31 -0700
committerGravatar Tom Willemse2021-07-08 02:25:13 -0700
commit68a2ebd34fc94488e89ffb82b359ec6e7e152ae9 (patch)
tree0dbbe26aff8fc38805b4b3780ae7842c433b9522 /testsuite
parent62bd0f83dc909547a69abb8b0aed40cf098b4c95 (diff)
downloadcrafting-interpreters-68a2ebd34fc94488e89ffb82b359ec6e7e152ae9.tar.gz
crafting-interpreters-68a2ebd34fc94488e89ffb82b359ec6e7e152ae9.zip
Restructure project to make room for clox
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/jlox.tests/tests.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/jlox.tests/tests.exp b/testsuite/jlox.tests/tests.exp
index 9b9f620..bd41cfb 100644
--- a/testsuite/jlox.tests/tests.exp
+++ b/testsuite/jlox.tests/tests.exp
@@ -1,5 +1,5 @@
set test_name "Printing"
-set command_line "./jlox"
+set command_line "jlox/jlox"
spawn $command_line
send "print \"Hello, world!\";\n"