Fixed super class of CodeGeneratorTests. jv
authorJan Vrany <jan.vrany@fit.cvut.cz>
Mon, 14 Jan 2013 12:06:46 +0000
branchjv
changeset 12316 0fdab9e0d53b
parent 12315 26537451c956
child 12317 aac0f12a3327
Fixed super class of CodeGeneratorTests.
CodeGeneratorTests.st
--- 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
+! !