compiler/jv_tea_compiler.st
changeset 17 ee807ff2f897
parent 16 17a2d1d9f205
--- a/compiler/jv_tea_compiler.st	Fri Sep 25 03:51:15 2015 +0100
+++ b/compiler/jv_tea_compiler.st	Fri Sep 25 21:58:10 2015 +0100
@@ -63,7 +63,6 @@
         #'jv:llvm_s'    "LLVMAtomicOrdering - shared pool used by TLLVMCodeGenerator"
         #'stx:goodies/refactoryBrowser/parser'    "RBAssignmentNode - extended"
         #'stx:goodies/ring'    "RGAbstractContainer - superclass of TCompilationUnitDefinition"
-        #'stx:goodies/sunit'    "TestAsserter - superclass of TCompilerExamples"
         #'stx:libbasic'    "Error - superclass of TCompilerError"
     )
 !
@@ -107,24 +106,18 @@
         TCompilationUnitDefinition
         TCompiler
         TCompilerError
-        (TCompilerExamples autoload)
         TEnvironmentProvider
         TFormatter
         TMetaDefinition
         TMethodDefinition
-        (TMethodDefinitionTests autoload)
         TNamespaceDefinition
         TObjectWithProperties
         TParser
-        (TParserTests autoload)
         TProgramNodeVisitor
-        (TSemanticAnalyserTests autoload)
         TSourceReader
-        (TSourceReaderTests autoload)
         TSpecialFormNode
         TTypeNode
         TTypeSpecNode
-        (TTypecheckerTests autoload)
         #'jv_tea_compiler'
         TBinding
         TCompilerContext
@@ -151,6 +144,12 @@
         TVariableBinding
         TArgumentBinding
         TLocalBinding
+        (TCompilerExamples autoload)
+        (TMethodDefinitionTests autoload)
+        (TParserTests autoload)
+        (TSemanticAnalyserTests autoload)
+        (TSourceReaderTests autoload)
+        (TTypecheckerTests autoload)
     )
 !