diff -r 69f36c98808b -r d0f90515407a pre_marking3/postfix_test.sh --- a/pre_marking3/postfix_test.sh Mon Jan 18 22:12:39 2021 +0000 +++ b/pre_marking3/postfix_test.sh Fri Jan 22 10:35:50 2021 +0000 @@ -30,7 +30,7 @@ # functional tests function scala_assert { - (ulimit -t 30; JAVA_OPTS="-Xmx1g" scala -i "$1" -- "$2" -e "" 2> /dev/null 1> /dev/null) + (ulimit -t 30; JAVA_OPTS="-Xmx1g" scala -i "$1" -- "$2" -e "") # 2> /dev/null 1> /dev/null) } # purity test