IRTransformTest.st
changeset 23 377bc46cad12
parent 10 0fd549e0c784
child 26 db19d89eef60
--- a/IRTransformTest.st	Wed Aug 19 20:28:12 2009 +0000
+++ b/IRTransformTest.st	Sun Dec 06 08:24:34 2009 +0000
@@ -1,4 +1,4 @@
-"{ Package: 'stx:goodies/newcompiler' }"
+"{ Package: 'cvut:stx/goodies/newcompiler' }"
 
 TestCase subclass:#IRTransformTest
 	instanceVariableNames:''
@@ -163,5 +163,13 @@
 !IRTransformTest class methodsFor:'documentation'!
 
 version
-    ^'$Id$'
+    ^ '$Header: /cvs/stx/cvut/stx/goodies/newcompiler/IRTransformTest.st,v 1.3 2009/10/08 11:56:52 fm Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/cvut/stx/goodies/newcompiler/IRTransformTest.st,v 1.3 2009/10/08 11:56:52 fm Exp $'
+!
+
+version_SVN
+    ^'§Id: IRTransformTest.st 13 2009-04-16 12:48:33Z vranyj1 §'
 ! !