forked from OSchip/llvm-project
Revert "Temporarily skip TestWithLimitDebugInfo on Darwin and OS X"
This reverts commit 30ed0826a1bb800454088ea1ae16c113a69b92b1. llvm-svn: 255557
This commit is contained in:
parent
8d141e0120
commit
f801290a91
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue