From 4aecd5b28b000716a6be0bd870877504babff4d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E5=A4=B4=E4=BA=91?= Date: Sun, 30 Jun 2019 12:16:54 +0800 Subject: [PATCH] disable mem test cases --- test/test_mem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_mem.cpp b/test/test_mem.cpp index f36d92d..7bff870 100644 --- a/test/test_mem.cpp +++ b/test/test_mem.cpp @@ -25,7 +25,7 @@ private slots: void test_alloc_free(); void test_static(); void test_pool(); -} unit__; +} /*unit__*/; #include "test_mem.moc"