change ProcessAttach test to no-debug-info

Fixes:
https://bugs.swift.org/browse/SR-3103

llvm-svn: 285726
This commit is contained in:
Todd Fiala 2016-11-01 18:50:34 +00:00
parent 7d07ae7c85
commit 4190199568
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ class ProcessAttachTestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
NO_DEBUG_INFO_TESTCASE = True
@skipIfiOSSimulator
def test_attach_to_process_by_id(self):
"""Test attach by process id"""