diff -r 548996aca274 -r fb212e14d1f4 compiler/tests/extras/PPCSmalltalkParserVerificationTest_Tokenized.st --- a/compiler/tests/extras/PPCSmalltalkParserVerificationTest_Tokenized.st Mon Sep 07 08:03:02 2015 +0100 +++ b/compiler/tests/extras/PPCSmalltalkParserVerificationTest_Tokenized.st Mon Sep 07 08:20:46 2015 +0100 @@ -11,10 +11,10 @@ !PPCSmalltalkParserVerificationTest_Tokenized methodsFor:'accessing'! -compilerConfiguration - "Return configuration to use when compiling parser (as instance of PPCConfiguration)" - - ^ PPCConfiguration tokenizing +compiler + "Return compiler to use when compiling parser (as instance of PPCConfiguration)" + + ^ PPCCompiler tokenizing "Created: / 29-07-2015 / 19:54:16 / Jan Vrany " ! !