diff -r fd22630c7e62 -r 869853decf31 compiler/tests/extras/PPCSmalltalkGrammarTests_Universal.st --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/compiler/tests/extras/PPCSmalltalkGrammarTests_Universal.st Thu Jul 30 08:37:37 2015 +0100 @@ -0,0 +1,17 @@ +"{ Package: 'stx:goodies/petitparser/compiler/tests/extras' }" + +"{ NameSpace: Smalltalk }" + +PPCSmalltalkGrammarTests subclass:#PPCSmalltalkGrammarTests_Universal + instanceVariableNames:'' + classVariableNames:'' + poolDictionaries:'' + category:'PetitCompiler-Extras-Tests-Smalltalk' +! + +!PPCSmalltalkGrammarTests_Universal methodsFor:'accessing'! + +compilerConfiguration + ^ PPCConfiguration universal +! ! +