changeset 477 | a4e1f63157d8 |
parent 473 | ac79c2e534bd |
--- a/core_testing2/docdiff_test.sh Sat Nov 04 18:53:37 2023 +0000 +++ b/core_testing2/docdiff_test.sh Mon Nov 06 14:18:26 2023 +0000 @@ -14,7 +14,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