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