summaryrefslogtreecommitdiffstats
path: root/tests/include/rangequery.h
diff options
context:
space:
mode:
authorDouglas Rumbaugh <dbr4@psu.edu>2024-01-30 15:31:34 -0500
committerDouglas Rumbaugh <dbr4@psu.edu>2024-01-30 15:31:34 -0500
commit51a85013236f4b2bd596caf179d90e67c848963c (patch)
treeb4f7643d5c18986b038bd444b88b0bdf316cd01f /tests/include/rangequery.h
parentf24fdf2fd310a5f868e15cd9682ca37d740c77af (diff)
downloaddynamic-extension-51a85013236f4b2bd596caf179d90e67c848963c.tar.gz
TrieSpline + tests
Diffstat (limited to 'tests/include/rangequery.h')
-rw-r--r--tests/include/rangequery.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/include/rangequery.h b/tests/include/rangequery.h
index e45de57..1ac0891 100644
--- a/tests/include/rangequery.h
+++ b/tests/include/rangequery.h
@@ -24,12 +24,12 @@
* should be included in the source file that includes this one, above the
* include statement.
*/
-#include "shard/ISAMTree.h"
-#include "query/rangequery.h"
-#include "testing.h"
-#include <check.h>
-using namespace de;
-typedef ISAMTree<Rec> Shard;
+//#include "shard/ISAMTree.h"
+//#include "query/rangequery.h"
+//#include "testing.h"
+//#include <check.h>
+//using namespace de;
+//typedef ISAMTree<Rec> Shard;
START_TEST(t_range_query)