Compiler exceptions
This commit is contained in:
@@ -355,7 +355,6 @@ end;
|
||||
|
||||
procedure TTestMycAstScript.Parser_Error_UnbalancedParens_MissingRight;
|
||||
begin
|
||||
// FIX 2: Pass explicit Exception type to WillRaise
|
||||
Assert.WillRaise(procedure begin Parse('(a b'); end, EParserException);
|
||||
end;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user