From 16695292a1785c997a5b3cc851e637e352fb8fc6 Mon Sep 17 00:00:00 2001 From: lyon Date: Wed, 22 Feb 2023 09:57:16 +0800 Subject: [PATCH] fix ci --- test/module-test.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/module-test.cpp b/test/module-test.cpp index 208c1d126..6ae489a69 100644 --- a/test/module-test.cpp +++ b/test/module-test.cpp @@ -261,6 +261,7 @@ TEST(socket, thread) { EXPECT_EQ(pikaMemNow(), 0); } +#if PIKA_FLOAT_TYPE_DOUBLE TEST(socket, json_issue) { /* init */ pikaMemInfo.heapUsedMax = 0; @@ -290,6 +291,8 @@ TEST(socket, json_issue) { } #endif +#endif + #if !PIKA_NANO_ENABLE TEST(re, match) { /* init */