summaryrefslogtreecommitdiffstats
path: root/tests/de_tier_tomb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/de_tier_tomb.cpp')
-rw-r--r--tests/de_tier_tomb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/de_tier_tomb.cpp b/tests/de_tier_tomb.cpp
index 82942fd..509494a 100644
--- a/tests/de_tier_tomb.cpp
+++ b/tests/de_tier_tomb.cpp
@@ -20,6 +20,6 @@
#include <check.h>
using namespace de;
-typedef DynamicExtension<WRec, WIRS<WRec>, WIRSQuery<WRec>, LayoutPolicy::TEIRING, DeletePolicy::TOMBSTONE> DE;
+typedef DynamicExtension<WRec, WIRS<WRec>, WIRSQuery<WRec>, LayoutPolicy::TEIRING, DeletePolicy::TOMBSTONE, SerialScheduler> DE;
#include "dynamic_extension_tests.inc"