From d58f3eaa84a1d090d5ed4293dd7185caca96b9a9 Mon Sep 17 00:00:00 2001 From: Tristan Brice Velloza Kildaire Date: Sun, 20 Oct 2024 16:48:18 +0200 Subject: [PATCH] Test cases - Fixed `extern_test.sh` --- extern_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extern_test.sh b/extern_test.sh index c3374c54..b8f4fd47 100755 --- a/extern_test.sh +++ b/extern_test.sh @@ -4,7 +4,7 @@ gcc source/tlang/testing/file_io.c -c -o file_io.o # Compile T to C, then compile C and link with other object file into a final object file -./tlang compile source/tlang/testing/simple_extern.t -sm HASHMAPPER -et true -pg true -ll file_io.o +./tlang compile source/tlang/testing/simple_extern.t -et true -pg true -ll file_io.o # Run the tlang file ./tlang.out