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