From eb9087635be7d282172ed77d65b4b9136fff16aa Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 28 Oct 2018 00:14:07 -0700 Subject: 4729 Start injecting all dependencies in the Crenshaw compiler app. In the process I realized the non-fake code path of 'stop' had a bug. --- subx/test_apps | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'subx/test_apps') diff --git a/subx/test_apps b/subx/test_apps index 4071a8df..7ee7809e 100755 --- a/subx/test_apps +++ b/subx/test_apps @@ -144,10 +144,10 @@ echo crenshaw2-1 CFLAGS=-g ./subx translate *.subx apps/crenshaw2-1.subx -o apps/crenshaw2-1 git diff --quiet apps/crenshaw2-1 CFLAGS=-g ./subx run apps/crenshaw2-1 2>crenshaw2-1.out || true -test "`cat crenshaw2-1.out`" = 'Error: Integer expected' +test "`cat crenshaw2-1.out`" = 'Error: integer expected' test `uname` = 'Linux' && { apps/crenshaw2-1 2>crenshaw2-1.out || true - test "`cat crenshaw2-1.out`" = 'Error: Integer expected' + test "`cat crenshaw2-1.out`" = 'Error: integer expected' } exit 0 -- cgit 1.4.1-2-gfad0