summaryrefslogtreecommitdiff
path: root/test/datastructures/pbds.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/datastructures/pbds.cpp')
-rw-r--r--test/datastructures/pbds.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/datastructures/pbds.cpp b/test/datastructures/pbds.cpp
deleted file mode 100644
index 9080332..0000000
--- a/test/datastructures/pbds.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
-#include "../util.h"
-#include <datastructures/pbds.cpp>
-
-int main() {
- Tree<int> t1, t2;
- swap(t1, t2);
- hashSet<int> s1, s2;
- swap(s1, s2);
- hashMap<int, int> m1, m2;
- swap(m1, m2);
-} \ No newline at end of file