forked from OSchip/llvm-project
Fixed an xpass due to r181841 on Linux with gcc. Note that the clang variant contains to xfail, and r181841 is a fix for the test.
llvm-svn: 181918
This commit is contained in:
parent
9aae0a13bf
commit
863bd4a534
|
@ -37,7 +37,6 @@ class StaticVariableTestCase(TestBase):
|
|||
self.static_variable_python()
|
||||
|
||||
@expectedFailureClang(9980907)
|
||||
@expectedFailureGcc(9980907)
|
||||
@python_api_test
|
||||
@dwarf_test
|
||||
def test_with_dwarf_and_python_api(self):
|
||||
|
|
Loading…
Reference in New Issue