diff options
author | Todd Fiala <todd.fiala@gmail.com> | 2015-12-14 22:04:20 +0000 |
---|---|---|
committer | Todd Fiala <todd.fiala@gmail.com> | 2015-12-14 22:04:20 +0000 |
commit | f801290a91521e321887c82b23ef29fdf7389fc6 (patch) | |
tree | 441c3aad4ca9c17a035d4ea24d65b1bbab600fdb /lldb/packages/Python/lldbsuite/test/lang/cpp | |
parent | 8d141e0120f4099a61ce8ee3ee5d1e60721c4328 (diff) | |
download | bcm5719-llvm-f801290a91521e321887c82b23ef29fdf7389fc6.tar.gz bcm5719-llvm-f801290a91521e321887c82b23ef29fdf7389fc6.zip |
Revert "Temporarily skip TestWithLimitDebugInfo on Darwin and OS X"
This reverts commit 30ed0826a1bb800454088ea1ae16c113a69b92b1.
llvm-svn: 255557
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/cpp/limit-debug-info/TestWithLimitDebugInfo.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/limit-debug-info/TestWithLimitDebugInfo.py b/lldb/packages/Python/lldbsuite/test/lang/cpp/limit-debug-info/TestWithLimitDebugInfo.py index 6678493a7e7..ec26f9efe90 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/cpp/limit-debug-info/TestWithLimitDebugInfo.py +++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/limit-debug-info/TestWithLimitDebugInfo.py @@ -6,8 +6,6 @@ class TestWithLimitDebugInfo(TestBase): mydir = TestBase.compute_mydir(__file__) - @skipIfLinux - @skipIfDarwin @skipIf(debug_info=not_in(["dwarf"])) def test_limit_debug_info(self): self.build() |