compiler/tests/extras/PPCLL1ExpressionGrammarTest_Tokenized.st
changeset 538 16e8536f5cfb
parent 537 fb212e14d1f4
--- a/compiler/tests/extras/PPCLL1ExpressionGrammarTest_Tokenized.st	Mon Sep 07 08:20:46 2015 +0100
+++ b/compiler/tests/extras/PPCLL1ExpressionGrammarTest_Tokenized.st	Mon Sep 07 11:53:38 2015 +0100
@@ -12,6 +12,8 @@
 !PPCLL1ExpressionGrammarTest_Tokenized methodsFor:'accessing'!
 
 compiler
-    ^ PPCCompiler tokenizing
+    ^ PPCCompiler newWithOptions: #( #tokenize: true )
+
+    "Modified: / 07-09-2015 / 11:36:34 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !