diff -r 439c4057517f -r e36906742693 compiler/tests/extras/PPCLL1ExpressionGrammarTest_Universal.st --- a/compiler/tests/extras/PPCLL1ExpressionGrammarTest_Universal.st Mon Aug 24 23:42:53 2015 +0100 +++ b/compiler/tests/extras/PPCLL1ExpressionGrammarTest_Universal.st Tue Aug 25 01:30:32 2015 +0100 @@ -9,9 +9,17 @@ category:'PetitCompiler-Extras-Tests-Expressions' ! + !PPCLL1ExpressionGrammarTest_Universal methodsFor:'accessing'! compilerConfiguration ^ PPCConfiguration universal ! ! +!PPCLL1ExpressionGrammarTest_Universal class methodsFor:'documentation'! + +version_HG + + ^ '$Changeset: $' +! ! +