Squish: Update expected completion proposal

Change-Id: I89f44690bdda5a12776f39efb7b1872ff5e9cc93
Reviewed-by: Robert Loehning <robert.loehning@qt.io>
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Robert Loehning
2020-06-30 21:40:57 +02:00
parent 1baa81dc48
commit 05cdce2fc9

View File

@@ -111,7 +111,7 @@ def main():
proposal = "return" proposal = "return"
if useClang: if useClang:
# clang adds a whitespace because the function needs to return a value # clang adds a whitespace because the function needs to return a value
proposal += " " proposal += " ;"
waitForObjectItem(":popupFrame_Proposal_QListView", proposal) waitForObjectItem(":popupFrame_Proposal_QListView", proposal)
except: except:
test.fail("Could not find proposal popup.") test.fail("Could not find proposal popup.")