We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d30dfa8 commit 6c83d4aCopy full SHA for 6c83d4a
lldb/test/API/lang/cpp/bitfields/TestCppBitfields.py
@@ -16,9 +16,6 @@ def setUp(self):
16
# Find the line number to break inside main().
17
self.line = line_number('main.cpp', '// Set break point at this line.')
18
19
- # BitFields exhibit crashes in record layout on Windows
20
- # (http://llvm.org/pr21800)
21
- @skipIfWindows
22
def test_and_run_command(self):
23
"""Test 'frame variable ...' on a variable with bitfields."""
24
self.build()
0 commit comments