]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/filesystem/test/issues/70-71-copy.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / filesystem / test / issues / 70-71-copy.cpp
index ed67f170fc173f9a112d97b537a0c8caee132b85..98e621be0fe2dafb695c3bfec6b12a871cf5eee6 100644 (file)
@@ -15,6 +15,6 @@ namespace fs = boost::filesystem;
 
 int main()
 {
-    BOOST_TEST_THROWS( fs::copy( "/tmp/non-existent-a", "/tmp/non-existent-b" ), std::exception );
+    BOOST_TEST_THROWS(fs::copy("/tmp/non-existent-a", "/tmp/non-existent-b"), std::exception);
     return boost::report_errors();
 }