From 18339d7e4da47b13f45d96dbfa2951e3ceeefb4e Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Sun, 26 Apr 2020 21:28:34 -0700 Subject: [PATCH] Build and test version 11 of the compiler instead of 10. --- code/compiler/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/compiler/test.sh b/code/compiler/test.sh index 0541f7a..dca252f 100755 --- a/code/compiler/test.sh +++ b/code/compiler/test.sh @@ -1,4 +1,4 @@ -cd 10 +cd 11 mkdir -p build && cd build cmake .. make -j8