Make this test an expected fail on darwin until we can fix this bug.

llvm-svn: 197087
This commit is contained in:
Greg Clayton 2013-12-11 23:08:25 +00:00
parent 7afe9908d2
commit 7cff313335
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ class Radar9673644TestCase(TestBase):
self.main_source = "main.c"
self.line = line_number(self.main_source, '// Set breakpoint here.')
# rdar://problem/9673664
@expectedFailureDarwin(15641319)
def test_expr_commands(self):
"""The following expression commands should just work."""
self.buildDefault()