From 68a2ebd34fc94488e89ffb82b359ec6e7e152ae9 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 8 Jul 2021 00:14:31 -0700 Subject: Restructure project to make room for clox --- testsuite/jlox.tests/tests.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite') 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" -- cgit v1.3-2-g0d8e