summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2019-08-28 16:29:00 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2019-08-28 16:29:00 +0000
commitf48ebacfcc94a358272b8ec9e99bc65294647401 (patch)
tree483ff4af0d7b4427db335e663ad79240242460b7 /lldb/packages/Python/lldbsuite/test
parentb543c168690faa6261a4e0ae817b6a2f79b9948a (diff)
downloadbcm5719-llvm-f48ebacfcc94a358272b8ec9e99bc65294647401.tar.gz
bcm5719-llvm-f48ebacfcc94a358272b8ec9e99bc65294647401.zip
[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
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r--lldb/packages/Python/lldbsuite/test/lang/cpp/operators/TestCppOperators.py3
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())
OpenPOWER on IntegriCloud