From bb0358cc6882546ce558608d65994fa4761ee739 Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Tue, 17 Apr 2018 18:28:27 +0200 Subject: [PATCH] Squish: Add expected error message for MSVC2015 Change-Id: Id1ace17486af21c4c0786859178c3a82d6e05145 Reviewed-by: Christian Stenger --- tests/system/suite_SCOM/tst_SCOM04/test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/system/suite_SCOM/tst_SCOM04/test.py b/tests/system/suite_SCOM/tst_SCOM04/test.py index 5698cae8eb7..e7136cb0d44 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)