diff options
author | Raphael Isemann <teemperor@gmail.com> | 2020-01-13 22:09:18 +0100 |
---|---|---|
committer | Raphael Isemann <teemperor@gmail.com> | 2020-01-13 22:09:20 +0100 |
commit | 577efd09e3b7b3a1ec7fcf0597397f137da99843 (patch) | |
tree | c1feb341e426d21d07016588f3d5d3ccba887270 /lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py | |
parent | bd8c8827d96f09be502f0da6897c1aef89e45c30 (diff) | |
download | bcm5719-llvm-577efd09e3b7b3a1ec7fcf0597397f137da99843.tar.gz bcm5719-llvm-577efd09e3b7b3a1ec7fcf0597397f137da99843.zip |
[lldb] Revert ddf044290ede for TestProcessAPI.py
It seems ddf044290ede7d7fd47f4f673e3e628f551a8aac caused the test to
time out on the Windows bot, but it's unclear to me why.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py b/lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py index 17d531198a9..d26933a4289 100644 --- a/lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py +++ b/lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py @@ -14,7 +14,6 @@ from lldbsuite.test.lldbutil import get_stopped_thread, state_type_to_str class ProcessAPITestCase(TestBase): mydir = TestBase.compute_mydir(__file__) - NO_DEBUG_INFO_TESTCASE = True def setUp(self): # Call super's setUp(). |