RegressionTests__CompilerTests2ExternalBytes.st
author Claus Gittinger <cg@exept.de>
Tue, 10 Oct 2017 12:22:26 +0200
changeset 1717 b8c931f2c907
parent 1447 2351db93aa5b
permissions -rw-r--r--
#BUGFIX by cg x

"{ 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$'
! !