initial checkin
authorJan Vrany <jan.vrany@fit.cvut.cz>
Sat, 20 Sep 2014 22:54:55 +0200
changeset 1202 4cf92519bf3f
parent 1201 717489c30ebd
child 1203 a132e04654de
initial checkin
RegressionTests__CompilerTests2ExternalBytes.st
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/RegressionTests__CompilerTests2ExternalBytes.st	Sat Sep 20 22:54:55 2014 +0200
@@ -0,0 +1,22 @@
+"{ Package: 'exept:regression' }"
+
+"{ NameSpace: RegressionTests }"
+
+ExternalBytes subclass:#CompilerTests2ExternalBytes
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'tests-Regression-Compilers'
+!
+
+
+!CompilerTests2ExternalBytes class methodsFor:'documentation'!
+
+version
+    ^ '$Header$'
+!
+
+version_CVS
+    ^ '$Header$'
+! !
+