X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Ftests_nodes%2Ftest_symbol_tree.cpp;fp=nucleus%2Flibrary%2Ftests_nodes%2Ftest_symbol_tree.cpp;h=5ba5bd5fa374cb15263376d353f16449a7ab8d7a;hb=2675dd8b013028d6ecc8d25a82cafc48899f1315;hp=fa4a5c8cb40c198b7db12eb60b45a14a365629d8;hpb=28885f658d38600f405d2df03ce206f453cfd48b;p=feisty_meow.git diff --git a/nucleus/library/tests_nodes/test_symbol_tree.cpp b/nucleus/library/tests_nodes/test_symbol_tree.cpp index fa4a5c8c..5ba5bd5f 100644 --- a/nucleus/library/tests_nodes/test_symbol_tree.cpp +++ b/nucleus/library/tests_nodes/test_symbol_tree.cpp @@ -44,7 +44,9 @@ using namespace unit_test; #define DEBUG_SYMBOL_TREE // how many nodes we add to the tree. -const int MAX_NODES_TESTED = 40000; +//const int MAX_NODES_TESTED = 40000; +//hmmm: TEMPORARY!!! +const int MAX_NODES_TESTED = 2; class test_symbol_tree : public unit_base, public application_shell {