- Adjusted some tests while debugging PrettyPrinters
- Adjusted RDTreePrinter to print more "tree-like" - Added SetPrinter and MapPrinter - Fixed Issues with CStringPrinter and StringPrinter
This commit is contained in:
@@ -31,7 +31,7 @@ namespace fennec::test
|
||||
dynarray<int> test1;
|
||||
dynarray<int> test2;
|
||||
|
||||
int n = 10000;
|
||||
int n = 50;
|
||||
for (int i = 0; i < n; ++i) {
|
||||
test1.push_back(i);
|
||||
test2.push_back(n - i - 1);
|
||||
|
||||
Reference in New Issue
Block a user