]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/test/test/test-organization-ts/test_unit-nested-suite-dependency.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / test / test / test-organization-ts / test_unit-nested-suite-dependency.cpp
index 1cf38cfecfdb57b5e6891bf5e67d8e2a1398ee06..34d731e829534e5855e1a7640da7393a88501f82 100644 (file)
 // 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)