forked from qt-creator/qt-creator
Squish: Fix expected compile error message
Change-Id: I37d9ea1cdbe21151f8f06cb53851143bbd2c3d6d Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -31,8 +31,8 @@ def main():
|
|||||||
# expected error texts - for different compilers
|
# expected error texts - for different compilers
|
||||||
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", # MSVC2013
|
||||||
'"SyntaxError" : undeclared identifier',
|
"'SyntaxError': undeclared identifier", # MSVC2015
|
||||||
"use of undeclared identifier 'SyntaxError'",
|
"use of undeclared identifier 'SyntaxError'",
|
||||||
"unknown type name 'SyntaxError'"]
|
"unknown type name 'SyntaxError'"]
|
||||||
startApplication("qtcreator" + SettingsPath)
|
startApplication("qtcreator" + SettingsPath)
|
||||||
|
Reference in New Issue
Block a user