aboutsummaryrefslogtreecommitdiff
path: root/lldb/unittests/ScriptInterpreter/Python/PythonExceptionStateTests.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2016-06-09 18:06:09 +0000
committerGreg Clayton <gclayton@apple.com>2016-06-09 18:06:09 +0000
commit3efb6b290bebe1a7dec88530b9dfa172386e73fa (patch)
treef6a104901701168b79b81704fc269ba2bf700166 /lldb/unittests/ScriptInterpreter/Python/PythonExceptionStateTests.cpp
parentc5edcdeb0e4eb20ada6b25a4d6ebd0d9e484ada6 (diff)
downloadllvm-3efb6b290bebe1a7dec88530b9dfa172386e73fa.zip
llvm-3efb6b290bebe1a7dec88530b9dfa172386e73fa.tar.gz
llvm-3efb6b290bebe1a7dec88530b9dfa172386e73fa.tar.bz2
Fix a no newline at end of file warning.
llvm-svn: 272284
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python/PythonExceptionStateTests.cpp')
-rw-r--r--lldb/unittests/ScriptInterpreter/Python/PythonExceptionStateTests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/unittests/ScriptInterpreter/Python/PythonExceptionStateTests.cpp b/lldb/unittests/ScriptInterpreter/Python/PythonExceptionStateTests.cpp
index a0a6f98..ddac220 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
+}