Skip to content

Commit 3a85312

Browse files
committed
Remove trailing newline from baseline again
1 parent ab1b2bb commit 3a85312

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/baselines/reference/variableDeclarationInStrictMode1.errors.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ tests/cases/compiler/variableDeclarationInStrictMode1.ts(2,5): error TS2300: Dup
99
~~~~
1010
!!! error TS1100: Invalid use of 'eval' in strict mode.
1111
~~~~
12-
!!! error TS2300: Duplicate identifier 'eval'.
12+
!!! error TS2300: Duplicate identifier 'eval'.

0 commit comments

Comments
 (0)