We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a512cb commit 078f272Copy full SHA for 078f272
lldb/unittests/Host/SocketTest.cpp
@@ -299,7 +299,8 @@ TEST_P(SocketTest, UDPGetConnectURI) {
299
#if LLDB_ENABLE_POSIX
300
TEST_P(SocketTest, DomainGetConnectURI) {
301
llvm::SmallString<64> domain_path;
302
- std::error_code EC = llvm::sys::fs::createUniqueDirectory("DomainListenConnectAccept", domain_path);
+ std::error_code EC =
303
+ llvm::sys::fs::createUniqueDirectory("DomainListenConnectAccept", domain_path);
304
ASSERT_FALSE(EC);
305
llvm::sys::path::append(domain_path, "test");
306
0 commit comments