--- a/marking4/postfix_test.sh Mon Jan 21 16:04:30 2019 +0000
+++ b/marking4/postfix_test.sh Tue Jan 22 12:53:05 2019 +0000
@@ -54,7 +54,7 @@
then
echo "postfix.scala runs?" | tee -a $out
- if (scala_compile re.scala)
+ if (scala_compile postfix.scala)
then
echo " --> success" | tee -a $out
tsts1=$(( 0 ))
@@ -111,8 +111,6 @@
# var, return, ListBuffer test
#
-# var, return, ListBuffer test
-#
echo -e "postfix2.scala does not contain vars, returns, Arrays, ListBuffers etc?" | tee -a $out
if (scala_vars postfix2.scala)
@@ -132,7 +130,7 @@
then
echo "postfix2.scala runs?" | tee -a $out
- if (scala_compile re.scala)
+ if (scala_compile postfix2.scala)
then
echo " --> success" | tee -a $out
tsts1=$(( 0 ))