diff -r fb212e14d1f4 -r 16e8536f5cfb compiler/tests/extras/PPExpressionGrammarVerificationTest_Tokenized.st --- 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 " + "Modified: / 07-09-2015 / 11:36:26 / Jan Vrany " ! ! !PPExpressionGrammarVerificationTest_Tokenized class methodsFor:'documentation'!