Kajetan Johannes Hammerle
4 years ago
1 changed files with
1 additions and
6 deletions
-
1
6
Main.cpp
|
@@ -2,14 +2,9 @@
|
|
|
#include "tests/ListTests.h"
|
|
|
#include "tests/BitArrayTests.h"
|
|
|
|
|
|
-#include "utils/HashMap.h"
|
|
|
-
|
|
|
-#include <unordered_map>
|
|
|
-#include <iostream>
|
|
|
-
|
|
|
int main() {
|
|
|
HashMapTests::test();
|
|
|
ListTests::test();
|
|
|
- BitArrayTests::test();
|
|
|
+ BitArrayTests::test();
|
|
|
return 0;
|
|
|
}
|