compiler/tests/PPCContextMementoTest.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 15 Apr 2015 11:28:09 +0100
changeset 422 116d2b2af905
parent 420 b2f2f15cef26
child 452 9f4558b3be66
permissions -rw-r--r--
To fold

"{ Package: 'stx:goodies/petitparser/compiler/tests' }"

"{ NameSpace: Smalltalk }"

PPContextMementoTest subclass:#PPCContextMementoTest
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'PetitCompiler-Tests-Context'
!


!PPCContextMementoTest methodsFor:'as yet unclassified'!

memento
	^ PPCContextMemento new
! !

!PPCContextMementoTest class methodsFor:'documentation'!

version_HG

    ^ '$Changeset: <not expanded> $'
! !