compiler/tests/extras/PPCLL1ExpressionGrammarTest.st
changeset 529 439c4057517f
parent 510 869853decf31
child 537 fb212e14d1f4
--- a/compiler/tests/extras/PPCLL1ExpressionGrammarTest.st	Mon Aug 24 22:32:15 2015 +0100
+++ b/compiler/tests/extras/PPCLL1ExpressionGrammarTest.st	Mon Aug 24 23:42:53 2015 +0100
@@ -89,7 +89,7 @@
     | time configuration |
 
     configuration := self compilerConfiguration.
-    configuration arguments parserName: self compiledParserClassName.
+    configuration options parserName: self compiledParserClassName.
     time := Time millisecondsToRun: [
         self petitParser compileWithConfiguration: configuration.
     ].