diff --git a/tests/system/suite_SCOM/tst_SCOM04/test.py b/tests/system/suite_SCOM/tst_SCOM04/test.py index 9f8d6fd9576..2d502edad93 100644 --- a/tests/system/suite_SCOM/tst_SCOM04/test.py +++ b/tests/system/suite_SCOM/tst_SCOM04/test.py @@ -34,7 +34,8 @@ source("../../shared/suites_qtta.py") def main(): # expected error texts - for different compilers expectedErrorAlternatives = ["'SyntaxError' was not declared in this scope", - "'SyntaxError' : undeclared identifier"] + "'SyntaxError' : undeclared identifier", + "use of undeclared identifier 'SyntaxError'"] startApplication("qtcreator" + SettingsPath) if not startedWithoutPluginError(): return