RegressionTests__CompilerTests2ExternalBytes.st
author sr
Fri, 13 Oct 2017 17:28:21 +0200
changeset 1849 a78b769ce806
parent 1447 2351db93aa5b
permissions -rw-r--r--
removed LargeFloatTests

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