Remove annotation for llvm.org/pr19241

The issue has been fixed by r204745 and r204750

llvm-svn: 204779
This commit is contained in:
Ed Maste 2014-03-26 02:45:44 +00:00
parent 1641a7c1cb
commit fdb85d8dc3
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ class BackticksWithNoTargetTestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
@unittest2.expectedFailure # llvm.org/pr19241 IRInterpreter does not handle metadata
def test_backticks_no_target(self):
"""A simple test of backticks without a target."""
self.expect("print `1+2-3`",