diff options
Diffstat (limited to 'lldb/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py')
-rw-r--r-- | lldb/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py b/lldb/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py index 016f9092697..c294b54dd6e 100644 --- a/lldb/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py +++ b/lldb/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py @@ -13,11 +13,13 @@ class CPPBreakpointTestCase(TestBase): mydir = os.path.join("lang", "cpp", "exceptions") @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin") + @dsym_test def test_with_dsym(self): """Test lldb exception breakpoint command for CPP.""" self.buildDsym() self.cpp_exceptions() + @dwarf_test def test_with_dwarf(self): """Test lldb exception breakpoint command for CPP.""" self.buildDwarf() |