diff -r ebfddc82b8bb -r 439c4057517f compiler/tests/extras/PPCLRPParser.st --- a/compiler/tests/extras/PPCLRPParser.st Mon Aug 24 22:32:15 2015 +0100 +++ b/compiler/tests/extras/PPCLRPParser.st Mon Aug 24 23:42:53 2015 +0100 @@ -60,7 +60,7 @@ ]. compiled := (self methodizeBlock: aBlockNode withArguments: keys) compiledMethod. - retval := compiled valueWithReceiver: Object new arguments: {aDictionary}. + retval := compiled valueWithReceiver: Object new options: {aDictionary}. ^retval. !