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:
Jim Ingham 2019-09-18 00:40:49 +00:00
parent 20b52c33ba
commit f547cf12ee
1 changed files with 2 additions and 0 deletions

View File

@ -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()