diff options
Diffstat (limited to 'unittests/ScriptInterpreter/Python/PythonExceptionStateTests.cpp')
-rw-r--r-- | unittests/ScriptInterpreter/Python/PythonExceptionStateTests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/ScriptInterpreter/Python/PythonExceptionStateTests.cpp b/unittests/ScriptInterpreter/Python/PythonExceptionStateTests.cpp index a0a6f986cef6c..ddac220c79541 100644 --- a/unittests/ScriptInterpreter/Python/PythonExceptionStateTests.cpp +++ b/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 +} |