Kajetan Johannes Hammerle
4 år sedan
förälder
incheckning
63c425f532
1 ändrade filer med
1 tillägg och
6 borttagningar
-
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;
|
|
|
}
|