compiler/tests/extras/PPCompiledSmalltalkGrammarResource.st
changeset 502 1e45d3c96ec5
parent 459 4751c407bb40
--- a/compiler/tests/extras/PPCompiledSmalltalkGrammarResource.st	Thu May 21 14:12:22 2015 +0100
+++ b/compiler/tests/extras/PPCompiledSmalltalkGrammarResource.st	Fri Jul 24 15:06:54 2015 +0100
@@ -14,7 +14,7 @@
 setUp
     | time configuration |
     configuration := PPCConfiguration universal.
-    configuration arguments name:#PPCompiledSmalltalkGrammar.
+    configuration arguments parserName:#PPCompiledSmalltalkGrammar.
     
     time := Time millisecondsToRun: [
         PPSmalltalkGrammar new compileWithConfiguration: configuration.