diff options
Diffstat (limited to 'lldb/unittests')
-rw-r--r-- | lldb/unittests/Host/ConnectionFileDescriptorTest.cpp | 2 | ||||
-rw-r--r-- | lldb/unittests/TestingSupport/TestUtilities.cpp | 2 |
2 files changed, 2 insertions, 2 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"); } diff --git a/lldb/unittests/TestingSupport/TestUtilities.cpp b/lldb/unittests/TestingSupport/TestUtilities.cpp index 38f470a0976..10f372d43e6 100644 --- a/lldb/unittests/TestingSupport/TestUtilities.cpp +++ b/lldb/unittests/TestingSupport/TestUtilities.cpp @@ -40,4 +40,4 @@ lldb_private::ReadYAMLObjectFile(const llvm::Twine &yaml_name, llvm::inconvertibleErrorCode(), "Empty object file created from yaml2obj %s.", yaml.c_str()); return llvm::Error::success(); -}
\ No newline at end of file +} |