From e5d330ec7a20c19b877e18f55821e530ba86ffde Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Thu, 21 Feb 2019 09:27:10 +0000 Subject: [PATCH] Fix the tests. --- src/mem/allocconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mem/allocconfig.h b/src/mem/allocconfig.h index fa81c05..d97d7cf 100644 --- a/src/mem/allocconfig.h +++ b/src/mem/allocconfig.h @@ -82,7 +82,7 @@ namespace snmalloc static constexpr DecommitStrategy decommit_strategy = #ifdef USE_DECOMMIT_STRATEGY USE_DECOMMIT_STRATEGY -#elif defined(_WIN32) +#elif defined(_WIN32) && !defined(OPEN_ENCLAVE) DecommitSuperLazy #else DecommitSuper