compiler/tests/PEGFsaScannerIntegrationTest.st
changeset 534 a949c4fe44df
parent 529 439c4057517f
--- a/compiler/tests/PEGFsaScannerIntegrationTest.st	Wed Aug 26 23:34:48 2015 +0100
+++ b/compiler/tests/PEGFsaScannerIntegrationTest.st	Sat Aug 29 07:56:14 2015 +0100
@@ -643,12 +643,14 @@
     fsa name: #nextToken.
     
     codeGenerator := PPCScannerCodeGenerator new.
-    codeGenerator options scannerSuperclass: PPCScanner.
+    codeGenerator context options scannerSuperclass: PPCScanner.
     
     scanner := codeGenerator
         generateAndCompile: fsa.
 
     compiled := true
+
+    "Modified: / 03-09-2015 / 22:06:27 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 mergeFsa: fsa1 and: fsa2