forked from OSchip/llvm-project
Remove annotation for llvm.org/pr19241
The issue has been fixed by r204745 and r204750 llvm-svn: 204779
This commit is contained in:
parent
1641a7c1cb
commit
fdb85d8dc3
|
@ -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`",
|
||||
|
|
Loading…
Reference in New Issue