summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/Host/ConnectionFileDescriptorTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/unittests/Host/ConnectionFileDescriptorTest.cpp')
-rw-r--r--lldb/unittests/Host/ConnectionFileDescriptorTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/unittests/Host/ConnectionFileDescriptorTest.cpp b/lldb/unittests/Host/ConnectionFileDescriptorTest.cpp
index 229e0eebf64..3e299222c45 100644
--- a/lldb/unittests/Host/ConnectionFileDescriptorTest.cpp
+++ b/lldb/unittests/Host/ConnectionFileDescriptorTest.cpp
@@ -47,4 +47,4 @@ public:
TEST_F(ConnectionFileDescriptorTest, TCPGetURIv4) { TestGetURI("127.0.0.1"); }
-TEST_F(ConnectionFileDescriptorTest, TCPGetURIv6) { TestGetURI("::1"); } \ No newline at end of file
+TEST_F(ConnectionFileDescriptorTest, TCPGetURIv6) { TestGetURI("::1"); }
OpenPOWER on IntegriCloud