compiler/tests/extras/PPCompiledSmalltalkVerificationTest.st
changeset 515 b5316ef15274
parent 502 1e45d3c96ec5
child 516 3b81c9e53352
child 524 f6f68d32de73
--- a/compiler/tests/extras/PPCompiledSmalltalkVerificationTest.st	Fri Jul 24 15:06:54 2015 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,39 +0,0 @@
-"{ Package: 'stx:goodies/petitparser/compiler/tests/extras' }"
-
-"{ NameSpace: Smalltalk }"
-
-PPCSmalltalkVerificationTest subclass:#PPCompiledSmalltalkVerificationTest
-	instanceVariableNames:''
-	classVariableNames:''
-	poolDictionaries:''
-	category:'PetitCompiler-Extras-Tests-Smalltalk'
-!
-
-!PPCompiledSmalltalkVerificationTest class methodsFor:'as yet unclassified'!
-
-resources
-    ^ (OrderedCollection with: PPCompiledSmalltalkGrammarResource)
-        addAll: super resources;
-        yourself
-! !
-
-!PPCompiledSmalltalkVerificationTest methodsFor:'accessing'!
-
-compiledSmalltalkGrammarClass
-    ^ (Smalltalk at: #PPCompiledSmalltalkGrammar)
-! !
-
-!PPCompiledSmalltalkVerificationTest methodsFor:'tests'!
-
-testSmalltalk
-    super testSmalltalk
-!
-
-testSmalltalkClass
-    super testSmalltalkClass
-!
-
-testSmalltalkObject
-    super testSmalltalkObject
-! !
-