diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/api')
| -rw-r--r-- | lldb/packages/Python/lldbsuite/test/api/check_public_api_headers/TestPublicAPIHeaders.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/api/check_public_api_headers/TestPublicAPIHeaders.py b/lldb/packages/Python/lldbsuite/test/api/check_public_api_headers/TestPublicAPIHeaders.py index de18469fa59..64687dfe6a3 100644 --- a/lldb/packages/Python/lldbsuite/test/api/check_public_api_headers/TestPublicAPIHeaders.py +++ b/lldb/packages/Python/lldbsuite/test/api/check_public_api_headers/TestPublicAPIHeaders.py @@ -26,8 +26,8 @@ class SBDirCheckerCase(TestBase): """Test the SB API directory and make sure there's no unwanted stuff.""" # Only proceed if this is an Apple OS, "x86_64", and local platform. - if not (self.platformIsDarwin() and self.getArchitecture() == "x86_64" and not lldb.test_remote): - self.skipTest("This test is only for LLDB.framework built 64-bit and !lldb.test_remote") + if not (self.platformIsDarwin() and self.getArchitecture() == "x86_64" and not configuration.test_remote): + self.skipTest("This test is only for LLDB.framework built 64-bit and !configuration.test_remote") if self.getArchitecture() == "i386": self.skipTest("LLDB is 64-bit and cannot be linked to 32-bit test program.") |

