forked from OSchip/llvm-project
Revert "XFAIL TestSBData for gcc-4.9 i386"
Test fixed. llvm-svn: 283069
This commit is contained in:
parent
281ce2af17
commit
6b582bf91f
|
@ -22,7 +22,6 @@ class SBDataAPICase(TestBase):
|
|||
self.line = line_number('main.cpp', '// set breakpoint here')
|
||||
|
||||
@add_test_categories(['pyapi'])
|
||||
@expectedFailureAll(compiler="gcc", compiler_version=[">=", "4.9"])
|
||||
def test_with_run_command(self):
|
||||
"""Test the SBData APIs."""
|
||||
self.build()
|
||||
|
|
Loading…
Reference in New Issue