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