diff options
Diffstat (limited to 'packages/Python/lldbsuite/test/lang/cpp/scope/TestCppScope.py')
| -rw-r--r-- | packages/Python/lldbsuite/test/lang/cpp/scope/TestCppScope.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/Python/lldbsuite/test/lang/cpp/scope/TestCppScope.py b/packages/Python/lldbsuite/test/lang/cpp/scope/TestCppScope.py index 5cd9e4ed1b4f..c7afeb2dbb6f 100644 --- a/packages/Python/lldbsuite/test/lang/cpp/scope/TestCppScope.py +++ b/packages/Python/lldbsuite/test/lang/cpp/scope/TestCppScope.py @@ -18,7 +18,7 @@ class TestCppScopes(TestBase):      @expectedFailureAll(oslist=["windows"])      def test_c(self):          self.do_test(True) -     +      def do_test(self, test_c):          self.build()  | 
