summaryrefslogtreecommitdiffstats
path: root/tests/de_tier_tag.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/de_tier_tag.cpp')
-rw-r--r--tests/de_tier_tag.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/de_tier_tag.cpp b/tests/de_tier_tag.cpp
index 79bb7bf..97a5299 100644
--- a/tests/de_tier_tag.cpp
+++ b/tests/de_tier_tag.cpp
@@ -23,7 +23,10 @@
using namespace de;
typedef Rec R;
-typedef DynamicExtension<R, ISAMTree<R>, rq::Query<R, ISAMTree<R>>, LayoutPolicy::TEIRING, DeletePolicy::TAGGING, SerialScheduler> DE;
+typedef ISAMTree<R> S;
+typedef rq::Query<S> Q;
+
+typedef DynamicExtension<S, Q, LayoutPolicy::TEIRING, DeletePolicy::TAGGING, SerialScheduler> DE;
#include "include/dynamic_extension.h"