From 3efb6b290bebe1a7dec88530b9dfa172386e73fa Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Thu, 9 Jun 2016 18:06:09 +0000 Subject: Fix a no newline at end of file warning. llvm-svn: 272284 --- lldb/unittests/ScriptInterpreter/Python/PythonExceptionStateTests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/unittests/ScriptInterpreter/Python/PythonExceptionStateTests.cpp') 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 +} -- cgit v1.1