compiler/tests/extras/PPCLRPParser.st
changeset 529 439c4057517f
parent 516 3b81c9e53352
--- 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.
 !