compiler/tests/PPCContextMementoTest.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 19 Nov 2014 10:52:37 +0000
changeset 420 b2f2f15cef26
parent 392 9b297f0d949c
child 422 116d2b2af905
permissions -rw-r--r--
Moved benchmarks to a separate package

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

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> $'
! !