Basic compiler undetected typo
Change-Id: I53add0bbb14e084978e3582083978924d1c11c88 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129434 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
This commit is contained in:
parent
5c44540954
commit
9654c8e4bd
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ catch:
|
|||
TestUtil.Assert(Err.Source = CurErrSource, "Err.Source failure", "Err.Source = " & Err.Source)
|
||||
TestUtil.Assert(Err.Description = CurErrDescription, "Err.Description failure", "Err.Description = " & Err.Description)
|
||||
|
||||
TestUtil.Assert(Erl = 32, "line# failure", "Erl = " & Erl ' WATCH OUT for HARDCODED LINE # HERE !)
|
||||
TestUtil.Assert(Erl = 32, "line# failure", "Erl = " & Erl ) ' WATCH OUT for HARDCODED LINE # HERE
|
||||
TestUtil.Assert(Err = CurErrNo, "Err# failure", "Err = " & Err)
|
||||
TestUtil.Assert(Error = CurErrDescription, "Error description failure", "Error$ = " & Error$)
|
||||
|
||||
|
|
Loading…
Reference in a new issue