diff -r fd22630c7e62 -r 869853decf31 compiler/tests/extras/PPCompiledExpressionsVerificationTest.st --- a/compiler/tests/extras/PPCompiledExpressionsVerificationTest.st Fri Jul 31 08:22:18 2015 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,43 +0,0 @@ -"{ Package: 'stx:goodies/petitparser/compiler/tests/extras' }" - -"{ NameSpace: Smalltalk }" - -PPCExpressionsVerificationTest subclass:#PPCompiledExpressionsVerificationTest - instanceVariableNames:'' - classVariableNames:'' - poolDictionaries:'' - category:'PetitCompiler-Extras-Tests-Expressions' -! - - -!PPCompiledExpressionsVerificationTest class methodsFor:'as yet unclassified'! - -resources - ^ (OrderedCollection with: PPCompiledExpressionGrammarResource) - addAll: super resources; - yourself -! ! - -!PPCompiledExpressionsVerificationTest methodsFor:'as yet unclassified'! - -compiledGrammarClass - ^ (Smalltalk at: #PPCompiledExpressionGrammar) -! ! - -!PPCompiledExpressionsVerificationTest methodsFor:'testing'! - -testExpressions - ^ super testExpressions -! - -testSanity - ^ super testSanity -! ! - -!PPCompiledExpressionsVerificationTest class methodsFor:'documentation'! - -version_HG - - ^ '$Changeset: $' -! ! -