Skip to content
Snippets Groups Projects
Commit 558743c6 authored by Christian Stenger's avatar Christian Stenger
Browse files

Squish: Add expected error message for newer Xcode


Change-Id: Ib6af4b61d4ca7bd32b3e3e9dcb837a91692a1dfe
Reviewed-by: default avatarRobert Loehning <robert.loehning@digia.com>
parent 38ce2b78
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,8 @@ source("../../shared/suites_qtta.py")
def main():
# expected error texts - for different compilers
expectedErrorAlternatives = ["'SyntaxError' was not declared in this scope",
"'SyntaxError' : undeclared identifier"]
"'SyntaxError' : undeclared identifier",
"use of undeclared identifier 'SyntaxError'"]
startApplication("qtcreator" + SettingsPath)
if not startedWithoutPluginError():
return
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment