pre_marking3/postfix_test2.scala
changeset 386 e2170c91a9f2
parent 384 6e1237691307
--- a/pre_marking3/postfix_test2.scala	Fri Jan 15 02:47:51 2021 +0000
+++ b/pre_marking3/postfix_test2.scala	Mon Jan 18 22:12:39 2021 +0000
@@ -1,4 +1,4 @@
-import CW9a._
+import CW8a._
 
 assert(compute(syard(split("3 + 4 * ( 2 - 1 )"))) == 7)
 assert(compute(syard(split("10 + 12 * 33"))) == 406)