compiler/tests/extras/PPTokenizedSmalltalkGrammarResource.st
changeset 502 1e45d3c96ec5
parent 464 f6d77fee9811
child 503 ff58cd9f1f3c
--- a/compiler/tests/extras/PPTokenizedSmalltalkGrammarResource.st	Thu May 21 14:12:22 2015 +0100
+++ b/compiler/tests/extras/PPTokenizedSmalltalkGrammarResource.st	Fri Jul 24 15:06:54 2015 +0100
@@ -15,7 +15,7 @@
 setUp
     | time configuration |
     configuration := PPCConfiguration tokenizing.
-    configuration arguments name:#PPTokenizedSmalltalkGrammar.
+    configuration arguments parserName:#PPTokenizedSmalltalkGrammar.
     
     time := Time millisecondsToRun: [
         PPSmalltalkGrammar new compileWithConfiguration: configuration.