diff -r e29bd90f388e -r ff58cd9f1f3c compiler/tests/extras/PPTokenizedSmalltalkGrammarResource.st --- a/compiler/tests/extras/PPTokenizedSmalltalkGrammarResource.st Fri Jun 19 08:13:39 2015 +0100 +++ b/compiler/tests/extras/PPTokenizedSmalltalkGrammarResource.st Fri Jul 24 15:37:23 2015 +0100 @@ -15,7 +15,7 @@ setUp | time configuration | configuration := PPCConfiguration tokenizing. - configuration arguments name:#PPTokenizedSmalltalkGrammar. + configuration arguments parserName:#PPTokenizedSmalltalkGrammar. time := Time millisecondsToRun: [ PPSmalltalkGrammar new compileWithConfiguration: configuration.