disable mem test cases

This commit is contained in:
木头云 2019-06-30 12:16:54 +08:00 committed by GitHub
parent ad01ec62f5
commit 4aecd5b28b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ private slots:
void test_alloc_free();
void test_static();
void test_pool();
} unit__;
} /*unit__*/;
#include "test_mem.moc"