RegressionTests__CompilerTests2ExternalBytes.st
author Claus Gittinger <cg@exept.de>
Thu, 28 Mar 2019 12:21:47 +0100
changeset 2195 864930fc306d
parent 1447 2351db93aa5b
permissions -rw-r--r--
#QUALITY by cg class: RegressionTests::QDoubleTests changed: #test99_misc #test_01_instance_creation #test_02_addition #test_03_subtract #test_04_relops #test_05_multiply #test_06_exp #test_06b_log10 #test_07_reading #test_08_conversion

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