compiler/tests/PPCContextMementoTest.st
changeset 420 b2f2f15cef26
parent 392 9b297f0d949c
child 422 116d2b2af905
equal deleted inserted replaced
419:5c502ab8e87d 420:b2f2f15cef26
     5 	classVariableNames:''
     5 	classVariableNames:''
     6 	poolDictionaries:''
     6 	poolDictionaries:''
     7 	category:'PetitCompiler-Tests-Context'
     7 	category:'PetitCompiler-Tests-Context'
     8 !
     8 !
     9 
     9 
       
    10 
    10 !PPCContextMementoTest methodsFor:'as yet unclassified'!
    11 !PPCContextMementoTest methodsFor:'as yet unclassified'!
    11 
    12 
    12 memento
    13 memento
    13 	^ PPCContextMemento new
    14 	^ PPCContextMemento new
    14 ! !
    15 ! !
    15 
    16 
       
    17 !PPCContextMementoTest class methodsFor:'documentation'!
       
    18 
       
    19 version_HG
       
    20 
       
    21     ^ '$Changeset: <not expanded> $'
       
    22 ! !
       
    23