[lldb] Pass TestExternCSymbols.py on Windows
authorAlex Langford <apl@fb.com>
Mon, 8 Aug 2022 18:01:13 +0000 (11:01 -0700)
committerAlex Langford <apl@fb.com>
Mon, 8 Aug 2022 18:01:16 +0000 (11:01 -0700)
This test previously was expected to fail on windows. As of my previous
patch (1d2a62afaf7561e331e2f3daf3937d14225b21bf) this test now passes on
windows consistently. This patch adjusts the expectations of the test
accordingly.

lldb/test/API/lang/cpp/extern_c/TestExternCSymbols.py

index b1b7e17..c8308c1 100644 (file)
@@ -1,4 +1,4 @@
 from lldbsuite.test import lldbinline
 from lldbsuite.test import decorators
 
-lldbinline.MakeInlineTest(__file__, globals(), lldbinline.expectedFailureAll(oslist=["windows"]))
+lldbinline.MakeInlineTest(__file__, globals())