| changeset 474 | 8a61bcd51ec3 |
| parent 471 | 31b81f20fd9a |
| child 478 | 0e6ca70496c1 |
--- a/core_testing3/postfix_test.sh Sat Nov 04 18:53:37 2023 +0000 +++ b/core_testing3/postfix_test.sh Mon Nov 06 14:18:26 2023 +0000 @@ -13,7 +13,7 @@ # compilation tests function scala_compile { - (ulimit -t 30; JAVA_OPTS="-Xmx1g" scala-cli compile "$1" 2> c$out 1> c$out) + (ulimit -t 30; JAVA_OPTS="-Xmx1g" scala-cli compile -Xprint:parser "$1" 2> c$out 1> c$out) } # functional tests