Revert "XFAIL TestSBData for gcc-4.9 i386"

Test fixed.

llvm-svn: 283069
This commit is contained in:
Pavel Labath 2016-10-02 15:56:33 +00:00
parent 281ce2af17
commit 6b582bf91f
1 changed files with 0 additions and 1 deletions

View File

@ -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()