We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d3b78c commit 39cec22Copy full SHA for 39cec22
src/test/compilerbug_tests.cpp
@@ -3,9 +3,8 @@
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
5
#include <boost/test/unit_test.hpp>
6
-#include <test/util/setup_common.h>
7
8
-BOOST_FIXTURE_TEST_SUITE(compilerbug_tests, BasicTestingSetup)
+BOOST_AUTO_TEST_SUITE(compilerbug_tests)
9
10
#if defined(__GNUC__)
11
// This block will also be built under clang, which is fine (as it supports noinline)
0 commit comments