[lldb] Skip TestCppKeywordsAsCIdentifiers on Windows

Somehow static_assert is a keyword with C on Windows (maybe the Windows
default is C11?). Skipping the test for now.
This commit is contained in:
Raphael Isemann 2020-11-16 18:41:00 +01:00
parent df62afd559
commit 618f11ba0b
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ class TestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
# FIXME: Clang on Windows somehow thinks static_assert is a C keyword.
@skipIfWindows
@no_debug_info_test
def test(self):
self.build()