JavaNativeMemoryTests.st
changeset 3330 b14c58b2876c
parent 3324 a58245c0e83a
child 3360 1a8899091305
equal deleted inserted replaced
3329:4c3b0badaa5f 3330:b14c58b2876c
    17      of one of the above copright owners. For exact set of such code,
    17      of one of the above copright owners. For exact set of such code,
    18      see the differences between this version and version stx:libjava
    18      see the differences between this version and version stx:libjava
    19      as of 1.9.2010
    19      as of 1.9.2010
    20 "
    20 "
    21 "{ Package: 'stx:libjava' }"
    21 "{ Package: 'stx:libjava' }"
       
    22 
       
    23 "{ NameSpace: Smalltalk }"
    22 
    24 
    23 TestCase subclass:#JavaNativeMemoryTests
    25 TestCase subclass:#JavaNativeMemoryTests
    24 	instanceVariableNames:'mem'
    26 	instanceVariableNames:'mem'
    25 	classVariableNames:''
    27 	classVariableNames:''
    26 	poolDictionaries:''
    28 	poolDictionaries:''