forked from qt-creator/qt-creator
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:
@@ -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.")
|
||||
|
Reference in New Issue
Block a user