compiler/tests/extras/PPCSmalltalkParserVerificationTest_Tokenized.st
changeset 538 16e8536f5cfb
parent 537 fb212e14d1f4
--- a/compiler/tests/extras/PPCSmalltalkParserVerificationTest_Tokenized.st	Mon Sep 07 08:20:46 2015 +0100
+++ b/compiler/tests/extras/PPCSmalltalkParserVerificationTest_Tokenized.st	Mon Sep 07 11:53:38 2015 +0100
@@ -14,8 +14,9 @@
 compiler
     "Return compiler to use when compiling parser (as instance of PPCConfiguration)"
     
-    ^ PPCCompiler tokenizing
+    ^ PPCCompiler newWithOptions: #( #tokenize: true )
 
     "Created: / 29-07-2015 / 19:54:16 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 07-09-2015 / 11:36:29 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !