CodeGeneratorTests.st
branchjv
changeset 12316 0fdab9e0d53b
parent 12123 4bde08cebd48
child 12650 e0f607754b9a
--- a/CodeGeneratorTests.st	Mon Jan 14 12:06:02 2013 +0000
+++ b/CodeGeneratorTests.st	Mon Jan 14 12:06:46 2013 +0000
@@ -25,7 +25,7 @@
 "
 "{ Package: 'stx:libtool' }"
 
-nil subclass:#CodeGeneratorTests
+TestCase subclass:#CodeGeneratorTests
 	instanceVariableNames:'cg'
 	classVariableNames:''
 	poolDictionaries:''
@@ -182,4 +182,4 @@
 
 version_SVN
     ^ '$Id: CodeGeneratorTests.st 7728 2011-05-05 23:02:13Z vranyj1 $'
-! !
\ No newline at end of file
+! !