compiler/tests/PEGFsaScannerIntegrationTest.st
changeset 529 439c4057517f
parent 524 f6f68d32de73
child 534 a949c4fe44df
--- a/compiler/tests/PEGFsaScannerIntegrationTest.st	Mon Aug 24 22:32:15 2015 +0100
+++ b/compiler/tests/PEGFsaScannerIntegrationTest.st	Mon Aug 24 23:42:53 2015 +0100
@@ -643,7 +643,7 @@
     fsa name: #nextToken.
     
     codeGenerator := PPCScannerCodeGenerator new.
-    codeGenerator arguments scannerSuperclass: PPCScanner.
+    codeGenerator options scannerSuperclass: PPCScanner.
     
     scanner := codeGenerator
         generateAndCompile: fsa.