================ @@ -16,7 +16,7 @@ class TestDAP_launch(lldbdap_testcase.DAPTestCaseBase): - @skipIfWindows(major=10, build=1809) + @skipIfWindows(windows_version=[">", "10.17763"]) ---------------- charles-zablit wrote:
I read this incorrectly, fixed, thanks! https://github.com/llvm/llvm-project/pull/172838 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
