forked from OSchip/llvm-project
Re-enable this test, the underlying bug was fixed and the test now passes.
llvm-svn: 355956
This commit is contained in:
parent
737c27a9cd
commit
2ca0ebf6b4
|
@ -22,7 +22,6 @@ class LibcxxListDataFormatterTestCase(TestBase):
|
|||
|
||||
@add_test_categories(["libc++"])
|
||||
@expectedFailureAndroid(bugnumber="llvm.org/pr32592")
|
||||
@skipIfDarwin # rdar://25499635
|
||||
def test_with_run_command(self):
|
||||
self.build()
|
||||
exe = self.getBuildArtifact("a.out")
|
||||
|
|
Loading…
Reference in New Issue