diff options
Diffstat (limited to 'lldb/test/python_api/process/io/TestProcessIO.py')
-rw-r--r-- | lldb/test/python_api/process/io/TestProcessIO.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/python_api/process/io/TestProcessIO.py b/lldb/test/python_api/process/io/TestProcessIO.py index d99632f98bb..4d6a0221d3e 100644 --- a/lldb/test/python_api/process/io/TestProcessIO.py +++ b/lldb/test/python_api/process/io/TestProcessIO.py @@ -11,12 +11,14 @@ class ProcessIOTestCase(TestBase): @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin") @python_api_test + @dsym_test def test_put_stdin_with_dsym(self): """Exercise SBProcess.PutSTDIN().""" self.buildDsym() self.put_stdin() @python_api_test + @dwarf_test def test_put_stdin_with_dwarf(self): """Exercise SBProcess.PutSTDIN().""" self.buildDwarf() |