Fix the tests.

This commit is contained in:
David Chisnall
2019-02-21 09:27:10 +00:00
committed by David Chisnall
parent 66cec23b23
commit e5d330ec7a

View File

@@ -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