compiler/tests/extras/PPCompiledJavaResource.st
changeset 529 439c4057517f
parent 502 1e45d3c96ec5
child 537 fb212e14d1f4
--- a/compiler/tests/extras/PPCompiledJavaResource.st	Mon Aug 24 22:32:15 2015 +0100
+++ b/compiler/tests/extras/PPCompiledJavaResource.st	Mon Aug 24 23:42:53 2015 +0100
@@ -15,7 +15,7 @@
     | time configuration |
     
     configuration := PPCConfiguration universal.
-    configuration arguments parserName:#PPCompiledJavaSyntax.
+    configuration options parserName:#PPCompiledJavaSyntax.
     
     time := Time millisecondsToRun: [
         PPJavaSyntax new compileWithConfiguration: configuration.