From 17709633dca5cb3d2b0b34a353bdf68c112c10e4 Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Tue, 21 Apr 2020 17:26:47 -0400 Subject: fixed for loop problem (turns out it had to do with implicit type conversions) --- tests/test.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/test.sh b/tests/test.sh index 3d728d3..8df4c46 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -36,6 +36,7 @@ compile_c() { failed=false do_tests() { + echo "----$1----" valgrind -q --exit-on-first-error=yes --error-exitcode=1 $TOC "$1.toc" -o out.c || exit 1 for CC in "gcc -O0 -g" "tcc" "clang -O3 -s"; do if [ "$1" = "sizeof" ]; then -- cgit v1.2.3