From f801290a91521e321887c82b23ef29fdf7389fc6 Mon Sep 17 00:00:00 2001 From: Todd Fiala Date: Mon, 14 Dec 2015 22:04:20 +0000 Subject: Revert "Temporarily skip TestWithLimitDebugInfo on Darwin and OS X" This reverts commit 30ed0826a1bb800454088ea1ae16c113a69b92b1. llvm-svn: 255557 --- .../lldbsuite/test/lang/cpp/limit-debug-info/TestWithLimitDebugInfo.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp') 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() -- cgit v1.2.3