]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/mpi/test/block_nonblock_test.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / mpi / test / block_nonblock_test.cpp
index 3088b655984b071d39971ec2f370ef392cd1809f..2ec0225603261b88de6bfb0038bd048491abde1c 100644 (file)
@@ -82,7 +82,12 @@ BOOST_AUTO_TEST_CASE(non_blocking)
     fmt << "S" << i;
     strings[i] = fmt.str();
   }
-  
+
+  std::vector<int> empty;
+
+  BOOST_CHECK(test(world, empty, false, true));
+  BOOST_CHECK(test(world, empty, false, false));
+
   BOOST_CHECK(test(world, integers, true,  true));
   BOOST_CHECK(test(world, integers, true,  false));
   BOOST_CHECK(test(world, strings, true,  true));