set class as autoload because could not compile
authorsr
Wed, 11 Oct 2017 10:38:52 +0200
changeset 1783 640d771b52ba
parent 1782 552411908c97
child 1784 247e123f1061
set class as autoload because could not compile
libInit.cc
--- a/libInit.cc	Wed Oct 11 10:38:50 2017 +0200
+++ b/libInit.cc	Wed Oct 11 10:38:52 2017 +0200
@@ -19,7 +19,6 @@
 extern void _RegressionTests__AssociationTests_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
 extern void _RegressionTests__BayesClassifierTest_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
 extern void _RegressionTests__BecomeTests_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
-extern void _RegressionTests__BehaviorLookupObjectTests_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
 extern void _RegressionTests__BinaryIOTests_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
 extern void _RegressionTests__BinaryTreeTester_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
 extern void _RegressionTests__BlockTest_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
@@ -150,7 +149,6 @@
     _RegressionTests__AssociationTests_Init(pass,__pRT__,snd);
     _RegressionTests__BayesClassifierTest_Init(pass,__pRT__,snd);
     _RegressionTests__BecomeTests_Init(pass,__pRT__,snd);
-    _RegressionTests__BehaviorLookupObjectTests_Init(pass,__pRT__,snd);
     _RegressionTests__BinaryIOTests_Init(pass,__pRT__,snd);
     _RegressionTests__BinaryTreeTester_Init(pass,__pRT__,snd);
     _RegressionTests__BlockTest_Init(pass,__pRT__,snd);