aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2020-06-30 21:40:57 +0200
committerRobert Loehning <robert.loehning@qt.io>2020-07-21 10:03:23 +0000
commit05cdce2fc9b0d39e56ff585d7c7bf928e8e4291c (patch)
tree7d37f9e0fa15b4910fc6bcf4efe4a28c21c19029 /tests/system
parent1baa81dc488229fdba5eac21b28f4857197371bb (diff)
Squish: Update expected completion proposal
Change-Id: I89f44690bdda5a12776f39efb7b1872ff5e9cc93 Reviewed-by: Robert Loehning <robert.loehning@qt.io> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'tests/system')
-rw-r--r--tests/system/suite_CSUP/tst_CSUP01/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_CSUP/tst_CSUP01/test.py b/tests/system/suite_CSUP/tst_CSUP01/test.py
index 7c77bf6966..2580ed0655 100644
--- a/tests/system/suite_CSUP/tst_CSUP01/test.py
+++ b/tests/system/suite_CSUP/tst_CSUP01/test.py
@@ -111,7 +111,7 @@ def main():
proposal = "return"
if useClang:
# clang adds a whitespace because the function needs to return a value
- proposal += " "
+ proposal += " ;"
waitForObjectItem(":popupFrame_Proposal_QListView", proposal)
except:
test.fail("Could not find proposal popup.")