diff options
author | Greg Clayton <gclayton@apple.com> | 2016-06-09 18:06:09 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2016-06-09 18:06:09 +0000 |
commit | 3efb6b290bebe1a7dec88530b9dfa172386e73fa (patch) | |
tree | f6a104901701168b79b81704fc269ba2bf700166 | |
parent | c5edcdeb0e4eb20ada6b25a4d6ebd0d9e484ada6 (diff) | |
download | bcm5719-llvm-3efb6b290bebe1a7dec88530b9dfa172386e73fa.tar.gz bcm5719-llvm-3efb6b290bebe1a7dec88530b9dfa172386e73fa.zip |
Fix a no newline at end of file warning.
llvm-svn: 272284
-rw-r--r-- | lldb/unittests/ScriptInterpreter/Python/PythonExceptionStateTests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/unittests/ScriptInterpreter/Python/PythonExceptionStateTests.cpp b/lldb/unittests/ScriptInterpreter/Python/PythonExceptionStateTests.cpp index a0a6f986cef..ddac220c795 100644 --- a/lldb/unittests/ScriptInterpreter/Python/PythonExceptionStateTests.cpp +++ b/lldb/unittests/ScriptInterpreter/Python/PythonExceptionStateTests.cpp @@ -171,4 +171,4 @@ TEST_F(PythonExceptionStateTest, TestAutoRestoreChanged) EXPECT_TRUE(PythonExceptionState::HasErrorOccurred()); PyErr_Clear(); -}
\ No newline at end of file +} |