aboutsummaryrefslogtreecommitdiff
path: root/libcxx
diff options
context:
space:
mode:
authorLouis Dionne <ldionne.2@gmail.com>2023-07-19 17:39:22 -0400
committerLouis Dionne <ldionne.2@gmail.com>2023-07-19 17:39:27 -0400
commit09705e67c125040cbf206535d9cc3c515601713b (patch)
tree00d4d4e8fa5e26c96b116a6ef572b1b836a321c1 /libcxx
parentb9e435cbe494c919e8edc973e696e88e08e0dace (diff)
downloadllvm-09705e67c125040cbf206535d9cc3c515601713b.zip
llvm-09705e67c125040cbf206535d9cc3c515601713b.tar.gz
llvm-09705e67c125040cbf206535d9cc3c515601713b.tar.bz2
[libc++][NFC] Fix annoying line break in test synopsis comment
Diffstat (limited to 'libcxx')
-rw-r--r--libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/copy_file.pass.cpp3
1 files changed, 1 insertions, 2 deletions
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 a5071b1..3083d41 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>