Author: gclayton Date: Thu Jun 9 13:06:09 2016 New Revision: 272284 URL: http://llvm.org/viewvc/llvm-project?rev=272284&view=rev Log: Fix a no newline at end of file warning.
Modified: lldb/trunk/unittests/ScriptInterpreter/Python/PythonExceptionStateTests.cpp Modified: lldb/trunk/unittests/ScriptInterpreter/Python/PythonExceptionStateTests.cpp URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/unittests/ScriptInterpreter/Python/PythonExceptionStateTests.cpp?rev=272284&r1=272283&r2=272284&view=diff ============================================================================== --- lldb/trunk/unittests/ScriptInterpreter/Python/PythonExceptionStateTests.cpp (original) +++ lldb/trunk/unittests/ScriptInterpreter/Python/PythonExceptionStateTests.cpp Thu Jun 9 13:06:09 2016 @@ -171,4 +171,4 @@ TEST_F(PythonExceptionStateTest, TestAut EXPECT_TRUE(PythonExceptionState::HasErrorOccurred()); PyErr_Clear(); -} \ No newline at end of file +} _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits