Skip to content

Commit 39cec22

Browse files
committed
test: remove BasicTestingSetup from compilerbug unit tests
1 parent 6d3b78c commit 39cec22

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/compilerbug_tests.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

55
#include <boost/test/unit_test.hpp>
6-
#include <test/util/setup_common.h>
76

8-
BOOST_FIXTURE_TEST_SUITE(compilerbug_tests, BasicTestingSetup)
7+
BOOST_AUTO_TEST_SUITE(compilerbug_tests)
98

109
#if defined(__GNUC__)
1110
// This block will also be built under clang, which is fine (as it supports noinline)

0 commit comments

Comments
 (0)