diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/cpp/operators/TestCppOperators.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/operators/TestCppOperators.py b/lldb/packages/Python/lldbsuite/test/lang/cpp/operators/TestCppOperators.py index 293e9139637..c8308c16011 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/cpp/operators/TestCppOperators.py +++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/operators/TestCppOperators.py @@ -1,5 +1,4 @@ from lldbsuite.test import lldbinline from lldbsuite.test import decorators -lldbinline.MakeInlineTest(__file__, globals(), - lldbinline.expectedFailureAll(oslist=["windows"])) +lldbinline.MakeInlineTest(__file__, globals()) |