compiler/benchmarks/PPCLRPParser_johanfabry_39.st
changeset 529 439c4057517f
parent 520 9ccc84deaea0
child 537 fb212e14d1f4
--- a/compiler/benchmarks/PPCLRPParser_johanfabry_39.st	Mon Aug 24 22:32:15 2015 +0100
+++ b/compiler/benchmarks/PPCLRPParser_johanfabry_39.st	Mon Aug 24 23:42:53 2015 +0100
@@ -64,7 +64,7 @@
     ].
 
     compiled := (self methodizeBlock: aBlockNode withArguments: keys) compiledMethod.
-    retval := compiled valueWithReceiver: Object new arguments: {aDictionary}.
+    retval := compiled valueWithReceiver: Object new options: {aDictionary}.
 
     ^retval.
 !