forked from qt-creator/qt-creator
Squish: Add expected error message for MSVC2015
Change-Id: Id1ace17486af21c4c0786859178c3a82d6e05145 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
committed by
Christian Stenger
parent
3eeaf965e8
commit
bb0358cc68
@@ -32,6 +32,7 @@ def main():
|
||||
expectedErrorAlternatives = ["'SyntaxError' was not declared in this scope",
|
||||
"\xe2\x80\x98SyntaxError\xe2\x80\x99 was not declared in this scope",
|
||||
"'SyntaxError' : undeclared identifier",
|
||||
'"SyntaxError" : undeclared identifier',
|
||||
"use of undeclared identifier 'SyntaxError'",
|
||||
"unknown type name 'SyntaxError'"]
|
||||
startApplication("qtcreator" + SettingsPath)
|
||||
|
Reference in New Issue
Block a user