compiler/tests/extras/PPCLL1ExpressionGrammarTest_Universal.st
changeset 538 16e8536f5cfb
parent 537 fb212e14d1f4
--- a/compiler/tests/extras/PPCLL1ExpressionGrammarTest_Universal.st	Mon Sep 07 08:20:46 2015 +0100
+++ b/compiler/tests/extras/PPCLL1ExpressionGrammarTest_Universal.st	Mon Sep 07 11:53:38 2015 +0100
@@ -13,7 +13,9 @@
 !PPCLL1ExpressionGrammarTest_Universal methodsFor:'accessing'!
 
 compiler
-    ^ PPCCompiler universal
+    ^ PPCCompiler newWithOptions: #( #tokenize: false )
+
+    "Modified: / 07-09-2015 / 11:37:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !PPCLL1ExpressionGrammarTest_Universal class methodsFor:'documentation'!