diff -r 666372dbe307 -r a949c4fe44df compiler/tests/PEGFsaScannerIntegrationTest.st --- 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 " ! mergeFsa: fsa1 and: fsa2