diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2019-08-28 16:29:00 +0000 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2019-08-28 16:29:00 +0000 |
commit | f48ebacfcc94a358272b8ec9e99bc65294647401 (patch) | |
tree | 483ff4af0d7b4427db335e663ad79240242460b7 /lldb/packages/Python/lldbsuite/test | |
parent | b543c168690faa6261a4e0ae817b6a2f79b9948a (diff) | |
download | bcm5719-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.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()) |