diff -r fb212e14d1f4 -r 16e8536f5cfb compiler/tests/extras/PPCSmalltalkParserVerificationTest_Tokenized.st --- 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 " + "Modified: / 07-09-2015 / 11:36:29 / Jan Vrany " ! !