RegressionTests__CompilerTests2ExternalBytes.st
author mawalch
Wed, 06 Sep 2017 15:53:41 +0200
changeset 1697 70f420537e44
parent 1447 2351db93aa5b
permissions -rw-r--r--
#QUALITY by mawalch class: RegressionTests::ImageReaderTest changed: #test_save_1BitPaletteImage Skip test on command line (instead of dying silently).

"{ Package: 'stx:goodies/regression' }"

"{ NameSpace: RegressionTests }"

ExternalBytes subclass:#CompilerTests2ExternalBytes
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'tests-Regression-Compilers'
!


!CompilerTests2ExternalBytes class methodsFor:'documentation'!

version
    ^ '$Header$'
!

version_CVS
    ^ '$Header$'
! !