Skip to content

Commit b64f5ac

Browse files
committed
Reset error file handle
1 parent 75f96b8 commit b64f5ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/commands/command/script/exception/TestCommandException.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ def test(self):
1919
self.dbg.SetErrorFileHandle(devnull, False)
2020
result = lldb.SBCommandReturnObject()
2121
self.ci.HandleCommand("throw", result)
22+
self.dbg.SetErrorFileHandle(None, False)
2223

2324
self.assertEqual(
2425
result.GetStatus(),

0 commit comments

Comments
 (0)