forked from qt-creator/qt-creator
Squish: Update expected error message in tst_SCOM04
Change-Id: Id1576167daf5b3284f525f33988c066bd4f154cf Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -30,6 +30,7 @@ source("../../shared/suites_qtta.py")
|
|||||||
def main():
|
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",
|
||||||
"'SyntaxError' : undeclared identifier",
|
"'SyntaxError' : undeclared identifier",
|
||||||
"use of undeclared identifier 'SyntaxError'",
|
"use of undeclared identifier 'SyntaxError'",
|
||||||
"unknown type name 'SyntaxError'"]
|
"unknown type name 'SyntaxError'"]
|
||||||
|
Reference in New Issue
Block a user