From 39cec22935302418963cc2e7db4ad2fa9656849d Mon Sep 17 00:00:00 2001 From: fanquake Date: Wed, 26 May 2021 20:15:06 +0800 Subject: test: remove BasicTestingSetup from compilerbug unit tests --- src/test/compilerbug_tests.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/test/compilerbug_tests.cpp') diff --git a/src/test/compilerbug_tests.cpp b/src/test/compilerbug_tests.cpp index b68bc279e1..a9cec624ae 100644 --- a/src/test/compilerbug_tests.cpp +++ b/src/test/compilerbug_tests.cpp @@ -3,9 +3,8 @@ // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include -#include -BOOST_FIXTURE_TEST_SUITE(compilerbug_tests, BasicTestingSetup) +BOOST_AUTO_TEST_SUITE(compilerbug_tests) #if defined(__GNUC__) // This block will also be built under clang, which is fine (as it supports noinline) -- cgit v1.2.3