2
0
mirror of https://github.com/boostorg/test.git synced 2026-02-13 00:42:09 +00:00

Removing tabs

This commit is contained in:
Raffi Enficiaud
2018-06-21 23:47:48 +02:00
parent b9f1cdfacd
commit d477598759
2 changed files with 3 additions and 3 deletions

View File

@@ -18,12 +18,12 @@
// initial reproducing snippet on the corresponding ticket
#if 0
BOOST_AUTO_TEST_SUITE(suite1, *boost::unit_test::depends_on("suite2"))
BOOST_AUTO_TEST_SUITE(suite1_nested)
BOOST_AUTO_TEST_SUITE(suite1_nested)
BOOST_AUTO_TEST_CASE(suite1_test1)
{
BOOST_CHECK(true);
}
BOOST_AUTO_TEST_SUITE_END()
BOOST_AUTO_TEST_SUITE_END()
BOOST_AUTO_TEST_SUITE_END()
BOOST_AUTO_TEST_SUITE(suite2)