diff options
author | fanquake <fanquake@gmail.com> | 2021-05-26 20:15:06 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2021-05-28 19:14:08 +0800 |
commit | 39cec22935302418963cc2e7db4ad2fa9656849d (patch) | |
tree | bd9034eca64cfc82aa6ef91a620c9501e00e8564 /src/test | |
parent | 6d3b78c0e2f427d3a7431885cc175464a527a12a (diff) |
test: remove BasicTestingSetup from compilerbug unit tests
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/compilerbug_tests.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
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 <boost/test/unit_test.hpp> -#include <test/util/setup_common.h> -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) |