diff options
| author | Douglas Rumbaugh <dbr4@psu.edu> | 2024-01-30 15:31:34 -0500 |
|---|---|---|
| committer | Douglas Rumbaugh <dbr4@psu.edu> | 2024-01-30 15:31:34 -0500 |
| commit | 51a85013236f4b2bd596caf179d90e67c848963c (patch) | |
| tree | b4f7643d5c18986b038bd444b88b0bdf316cd01f /tests/include | |
| parent | f24fdf2fd310a5f868e15cd9682ca37d740c77af (diff) | |
| download | dynamic-extension-51a85013236f4b2bd596caf179d90e67c848963c.tar.gz | |
TrieSpline + tests
Diffstat (limited to 'tests/include')
| -rw-r--r-- | tests/include/rangequery.h | 12 |
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) |