diff -r 527038bc8edf -r 694a247a12ba compiler/tests/extras/PPCLRPCompiledParserSmokeTest_Tokenized.st --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/compiler/tests/extras/PPCLRPCompiledParserSmokeTest_Tokenized.st Fri Jul 31 07:57:23 2015 +0100 @@ -0,0 +1,17 @@ +"{ Package: 'stx:goodies/petitparser/compiler/tests/extras' }" + +"{ NameSpace: Smalltalk }" + +PPCLRPCompiledParserSmokeTest subclass:#PPCLRPCompiledParserSmokeTest_Tokenized + instanceVariableNames:'' + classVariableNames:'' + poolDictionaries:'' + category:'PetitCompiler-Extras-Tests-LRP' +! + +!PPCLRPCompiledParserSmokeTest_Tokenized methodsFor:'accessing'! + +compilerConfiguration + ^ PPCConfiguration tokenizing +! ! +