From 20b66084104c114e505abfc2d8de3f773080e4d6 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Thu, 24 Nov 2022 22:12:01 +0100 Subject: [PATCH] Test updated --- src/db/unit_tests/dbDeepShapeStoreTests.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/db/unit_tests/dbDeepShapeStoreTests.cc b/src/db/unit_tests/dbDeepShapeStoreTests.cc index c629f2c6b..223ca3ac1 100644 --- a/src/db/unit_tests/dbDeepShapeStoreTests.cc +++ b/src/db/unit_tests/dbDeepShapeStoreTests.cc @@ -73,6 +73,7 @@ static size_t shapes_in_top (const db::Layout &layout, unsigned int layer) TEST(2_RefCounting) { db::DeepShapeStore store; + store.set_keep_layouts (false); db::Layout layout; unsigned int l1 = layout.insert_layer ();