[lldb][bytecode] Disable bytecode.test on windows (#185096)

The test is failing on the lldb-x86_64-win buildbot.
This commit is contained in:
Dave Lee 2026-03-06 12:10:02 -08:00 committed by GitHub
parent ab10f0848b
commit a8783dc6ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,4 @@
# UNSUPPORTED: system-windows
# RUN: %python %S/../../../../examples/python/formatter_bytecode.py --test
# RUN: %clang_host -std=c++17 -g %S/Inputs/FormatterBytecode/MyOptional.cpp -o %t.exe