forked from qt-creator/qt-creator
SquishTests: Update tst_SCOM04
Change-Id: Ic41d30987069e9040a20838db1a55876f610a203 Reviewed-by: David Schulz <david.schulz@qt.io> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
committed by
Christian Stenger
parent
ea59db0167
commit
e92c61441f
@@ -8,7 +8,7 @@ source("../../shared/suites_qtta.py")
|
||||
def main():
|
||||
# expected error texts - for different compilers
|
||||
expectedErrorAlternatives = ["'SyntaxError' was not declared in this scope",
|
||||
"\xe2\x80\x98SyntaxError\xe2\x80\x99 was not declared in this scope",
|
||||
u"\u2018SyntaxError\u2019 was not declared in this scope",
|
||||
"'SyntaxError' : undeclared identifier", # MSVC2013
|
||||
"'SyntaxError': undeclared identifier", # MSVC2015
|
||||
"use of undeclared identifier 'SyntaxError'",
|
||||
|
Reference in New Issue
Block a user