diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/type_lookup/TestTypeLookup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/type_lookup/TestTypeLookup.py b/lldb/packages/Python/lldbsuite/test/functionalities/type_lookup/TestTypeLookup.py index 9e2abca9bb9..dc4f125e372 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/type_lookup/TestTypeLookup.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/type_lookup/TestTypeLookup.py @@ -25,7 +25,7 @@ class TypeLookupTestCase(TestBase): self.line = line_number('main.m', '// break here') @skipUnlessDarwin - @expectedFailureAll(archs=['i386']) + @skipIf(archs=['i386']) def test_type_lookup(self): """Test type lookup command.""" self.build() |