forked from qt-creator/qt-creator
SquishTests: Expect some more error message
Change-Id: I33f359673e6d23f0188072db891db08dafa72ace Reviewed-by: Robert Löhning <robert.loehning@qt.io>
This commit is contained in:
@@ -31,6 +31,8 @@ def __syntaxErrorDetected__():
|
||||
"Expected ';' at end of declaration (fix available)",
|
||||
"Use of undeclared identifier 'syntaxError'"]:
|
||||
return True
|
||||
if re.match(issue[3], "Declaration of reference variable '.+' requires an initializer"):
|
||||
return True
|
||||
return False
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user