ctu_ircompiler.st
changeset 44 840c68a91cdd
parent 42 acdc3ec6d152
child 45 04a50b0d540a
--- a/ctu_ircompiler.st	Thu Oct 30 22:23:12 2014 +0000
+++ b/ctu_ircompiler.st	Thu Oct 30 22:27:09 2014 +0000
@@ -33,7 +33,6 @@
      by searching along the inheritance chain of all of my classes."
 
     ^ #(
-        #'stx:goodies/sunit'    "TestAsserter - superclass of IRBuilderTest"
         #'stx:libbasic'    "Behavior - extended"
         #'stx:libcomp'    "ByteCodeCompiler - extended"
     )
@@ -75,14 +74,12 @@
     ^ #(
         "<className> or (<className> attributes...) in load order"
         IRBuilder
-        (IRBuilderTest autoload)
         IRBytecodeGenerator
         IRFunction
         IRInstruction
         IRInterpreter
         IRSequence
         IRStackCount
-        (IRTransformTest autoload)
         #'ctu_ircompiler'
         IRAccess
         IRClosure