forked from OSchip/llvm-project
Make this test an expected fail on darwin until we can fix this bug.
llvm-svn: 197087
This commit is contained in:
parent
7afe9908d2
commit
7cff313335
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue