compiler/tests/extras/PPCLRPCompiledParserSmokeTest.st
changeset 529 439c4057517f
parent 521 c1a810e250dc
child 535 a8feb0f47574
--- a/compiler/tests/extras/PPCLRPCompiledParserSmokeTest.st	Mon Aug 24 22:32:15 2015 +0100
+++ b/compiler/tests/extras/PPCLRPCompiledParserSmokeTest.st	Mon Aug 24 23:42:53 2015 +0100
@@ -85,7 +85,7 @@
     | time configuration |
 
     configuration := self compilerConfiguration.
-    configuration arguments parserName: self compiledParserClassName.
+    configuration options parserName: self compiledParserClassName.
     time := Time millisecondsToRun: [
         self petitParser compileWithConfiguration: configuration.
     ].