diff -r 4751c407bb40 -r f6d77fee9811 compiler/tests/PPCTokenizingCodeGeneratorTest.st --- a/compiler/tests/PPCTokenizingCodeGeneratorTest.st Tue May 12 01:24:03 2015 +0100 +++ b/compiler/tests/PPCTokenizingCodeGeneratorTest.st Thu May 21 14:12:22 2015 +0100 @@ -194,6 +194,7 @@ yourself. wsNode := PPCTokenStarSeparatorNode new name: 'consumeWhitespace'; + child: PPCSentinelNode instance; yourself. node := PPCTokenizingParserNode new