From 5a3ecbbc6932833c5bc8b31ebdf605955dc015b4 Mon Sep 17 00:00:00 2001 From: mutouyun Date: Sat, 29 Jul 2023 11:57:48 +0800 Subject: [PATCH] shield system api tests --- test/ipc/test_ipc_shm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ipc/test_ipc_shm.cpp b/test/ipc/test_ipc_shm.cpp index 4b23aaa..249cf37 100644 --- a/test/ipc/test_ipc_shm.cpp +++ b/test/ipc/test_ipc_shm.cpp @@ -77,7 +77,7 @@ TEST(shm, shared_memory) { } #include -#if defined(LIBIMP_OS_LINUX) +#if /*defined(LIBIMP_OS_LINUX)*/ 0 #include #include #include