forked from OSchip/llvm-project
TestFoundationDisassembly.py is not dependent on debug information.
This test is about disassembling symbols in a framework without debug information. So we don't need to run it once per debug info flavor. llvm-svn: 372193
This commit is contained in:
parent
20b52c33ba
commit
f547cf12ee
|
|
@ -15,6 +15,8 @@ class FoundationDisassembleTestCase(TestBase):
|
|||
|
||||
mydir = TestBase.compute_mydir(__file__)
|
||||
|
||||
NO_DEBUG_INFO_TESTCASE = True
|
||||
|
||||
def test_foundation_disasm(self):
|
||||
"""Do 'disassemble -n func' on each and every 'Code' symbol entry from the Foundation.framework."""
|
||||
self.build()
|
||||
|
|
|
|||
Loading…
Reference in New Issue