compiler/tests/extras/PPCLRPCompiledParserSmokeTest_Tokenized.st
changeset 521 c1a810e250dc
parent 520 9ccc84deaea0
child 522 837963c607a6
--- a/compiler/tests/extras/PPCLRPCompiledParserSmokeTest_Tokenized.st	Tue Aug 18 16:57:08 2015 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-"{ 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
-! !
-
-!PPCLRPCompiledParserSmokeTest_Tokenized class methodsFor:'documentation'!
-
-version_HG
-
-    ^ '$Changeset: <not expanded> $'
-! !
-