From f48ebacfcc94a358272b8ec9e99bc65294647401 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Wed, 28 Aug 2019 16:29:00 +0000 Subject: [TestCppOperators] Enable TestCppOperators on Windows. This test is passing on the Windows bot: Unexpected Passing Tests (1): lldb-Suite :: lang/cpp/operators/TestCppOperators.py llvm-svn: 370227 --- .../Python/lldbsuite/test/lang/cpp/operators/TestCppOperators.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp') 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()) -- cgit v1.2.3