Squish: Add expected error message for MSVC2015

Change-Id: Id1ace17486af21c4c0786859178c3a82d6e05145
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Robert Loehning
2018-04-17 18:28:27 +02:00
committed by Christian Stenger
parent 3eeaf965e8
commit bb0358cc68

View File

@@ -32,6 +32,7 @@ def main():
expectedErrorAlternatives = ["'SyntaxError' was not declared in this scope", expectedErrorAlternatives = ["'SyntaxError' was not declared in this scope",
"\xe2\x80\x98SyntaxError\xe2\x80\x99 was not declared in this scope", "\xe2\x80\x98SyntaxError\xe2\x80\x99 was not declared in this scope",
"'SyntaxError' : undeclared identifier", "'SyntaxError' : undeclared identifier",
'"SyntaxError" : undeclared identifier',
"use of undeclared identifier 'SyntaxError'", "use of undeclared identifier 'SyntaxError'",
"unknown type name 'SyntaxError'"] "unknown type name 'SyntaxError'"]
startApplication("qtcreator" + SettingsPath) startApplication("qtcreator" + SettingsPath)