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