cw4_marking/c1.sc
changeset 1039 86d59b074abe
parent 977 7a02c5b9e0df
--- a/cw4_marking/c1.sc	Fri Sep 18 10:57:24 2026 +0100
+++ b/cw4_marking/c1.sc	Fri Sep 18 10:58:01 2026 +0100
@@ -6,7 +6,7 @@
 
 val ffile = os.read(os.pwd / "for.while")
 
-Try(test_string(ffile, "for")) match {
+Try(urban_test_string(ffile, "for")) match {
   case Success(v) => Console.println(s"   Generated a j-file.")
   case Failure(e) => Console.println(s"   Exception raised.") ; throw(e)
 }