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 dce89fe commit 617c31cCopy full SHA for 617c31c
lldb/test/API/functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py
@@ -96,7 +96,7 @@ def cleanup():
96
97
# check that an aptly defined synthetic provider does not affect
98
# one-lining
99
- if self.isAArch64Windows():
+ if not self.isAArch64Windows():
100
self.expect(
101
"expression struct Struct { myInt theInt{12}; }; Struct()",
102
substrs=['(theInt = 12)'])
0 commit comments