summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/API/functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py')
-rw-r--r--lldb/test/API/functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/API/functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py b/lldb/test/API/functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py
index 67619287ef65..6b0397626690 100644
--- a/lldb/test/API/functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py
+++ b/lldb/test/API/functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py
@@ -96,7 +96,7 @@ class DataFormatterSynthValueTestCase(TestBase):
# check that an aptly defined synthetic provider does not affect
# one-lining
- if self.isAArch64Windows():
+ if not self.isAArch64Windows():
self.expect(
"expression struct Struct { myInt theInt{12}; }; Struct()",
substrs=['(theInt = 12)'])