Skip to content

Commit 617c31c

Browse files
committed
[LLDB] Fix typo in TestDataFormatterSynthVal.py
This is follow up to 039b28e to fix a typo to make sure skipped part of test is only skipped for AArch64 Windows platform.
1 parent dce89fe commit 617c31c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def cleanup():
9696

9797
# check that an aptly defined synthetic provider does not affect
9898
# one-lining
99-
if self.isAArch64Windows():
99+
if not self.isAArch64Windows():
100100
self.expect(
101101
"expression struct Struct { myInt theInt{12}; }; Struct()",
102102
substrs=['(theInt = 12)'])

0 commit comments

Comments
 (0)