Home
last modified time | relevance | path

Searched refs:test_ec (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy/
H A Dcopy.pass.cpp79 const auto test_ec = GetTestEC(); in test_error_reporting() local
83 std::error_code ec = test_ec; in test_error_reporting()
88 assert(ec != test_ec); in test_error_reporting()
92 std::error_code ec = test_ec; in test_error_reporting()
95 assert(ec != test_ec); in test_error_reporting()
99 std::error_code ec = test_ec; in test_error_reporting()
102 assert(ec != test_ec); in test_error_reporting()
107 std::error_code ec = test_ec; in test_error_reporting()
110 assert(ec != test_ec); in test_error_reporting()
114 std::error_code ec = test_ec; in test_error_reporting()
[all …]