compiler/tests/extras/PPCSmalltalkGrammarTests_Universal.st
changeset 515 b5316ef15274
child 537 fb212e14d1f4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/compiler/tests/extras/PPCSmalltalkGrammarTests_Universal.st	Mon Aug 17 12:13:16 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
+! !
+