summaryrefslogtreecommitdiffstats
path: root/tests/de_tier_tomb.cpp
diff options
context:
space:
mode:
authorDouglas B. Rumbaugh <doug@douglasrumbaugh.com>2023-10-31 11:55:36 -0400
committerDouglas B. Rumbaugh <doug@douglasrumbaugh.com>2023-10-31 11:55:36 -0400
commit5f5eccdac3fd600e4d0d23db39b7c816206fdfe5 (patch)
tree7d788c681fc30cee95c48e470a76f3a2b33aa326 /tests/de_tier_tomb.cpp
parentdf59a313ae18a6968daa2662dc39a8065d92cfcb (diff)
downloaddynamic-extension-5f5eccdac3fd600e4d0d23db39b7c816206fdfe5.tar.gz
DE Tests: updated existing tests to use single threaded operation
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"