diff options
Diffstat (limited to 'lldb/unittests/TestingSupport/TestUtilities.cpp')
-rw-r--r-- | lldb/unittests/TestingSupport/TestUtilities.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 +} |