[libcxx-commits] [libcxx] 09705e6 - [libc++][NFC] Fix annoying line break in test synopsis comment
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jul 19 14:39:33 PDT 2023
Author: Louis Dionne
Date: 2023-07-19T17:39:27-04:00
New Revision: 09705e67c125040cbf206535d9cc3c515601713b
URL: https://github.com/llvm/llvm-project/commit/09705e67c125040cbf206535d9cc3c515601713b
DIFF: https://github.com/llvm/llvm-project/commit/09705e67c125040cbf206535d9cc3c515601713b.diff
LOG: [libc++][NFC] Fix annoying line break in test synopsis comment
Added:
Modified:
libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/copy_file.pass.cpp
Removed:
################################################################################
diff --git a/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/copy_file.pass.cpp b/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/copy_file.pass.cpp
index a5071b15df8444..3083d41850a05a 100644
--- a/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/copy_file.pass.cpp
+++ b/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/copy_file.pass.cpp
@@ -19,8 +19,7 @@
// bool copy_file(const path& from, const path& to);
// bool copy_file(const path& from, const path& to, error_code& ec) noexcept;
// bool copy_file(const path& from, const path& to, copy_options options);
-// bool copy_file(const path& from, const path& to, copy_options options,
-// error_code& ec) noexcept;
+// bool copy_file(const path& from, const path& to, copy_options options, error_code& ec) noexcept;
#include "filesystem_include.h"
#include <type_traits>
More information about the libcxx-commits
mailing list