aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2018-04-17 18:28:27 +0200
committerChristian Stenger <christian.stenger@qt.io>2018-04-18 05:49:28 +0000
commitbb0358cc6882546ce558608d65994fa4761ee739 (patch)
treedbc9680106633a665782dc628ec6097cd06ce046
parent3eeaf965e8f7fb00044a623c2236cab803abb2b4 (diff)
Squish: Add expected error message for MSVC2015
Change-Id: Id1ace17486af21c4c0786859178c3a82d6e05145 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
-rw-r--r--tests/system/suite_SCOM/tst_SCOM04/test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/system/suite_SCOM/tst_SCOM04/test.py b/tests/system/suite_SCOM/tst_SCOM04/test.py
index 5698cae8eb..e7136cb0d4 100644
--- a/tests/system/suite_SCOM/tst_SCOM04/test.py
+++ b/tests/system/suite_SCOM/tst_SCOM04/test.py
@@ -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)