compiler/tests/PPCContextMementoTest.st
changeset 392 9b297f0d949c
parent 391 553a5456963b
child 420 b2f2f15cef26
equal deleted inserted replaced
391:553a5456963b 392:9b297f0d949c
     5 	classVariableNames:''
     5 	classVariableNames:''
     6 	poolDictionaries:''
     6 	poolDictionaries:''
     7 	category:'PetitCompiler-Tests-Context'
     7 	category:'PetitCompiler-Tests-Context'
     8 !
     8 !
     9 
     9 
    10 PPCContextMementoTest comment:''
       
    11 !
       
    12 
       
    13 !PPCContextMementoTest methodsFor:'as yet unclassified'!
    10 !PPCContextMementoTest methodsFor:'as yet unclassified'!
    14 
    11 
    15 memento
    12 memento
    16 	^ PPCContextMemento new
    13 	^ PPCContextMemento new
    17 ! !
    14 ! !