Skip to content

Commit d58b5c8

Browse files
committed
Fixing wrong line number in tests/baselines/reference/variableDeclarationInStrictMode1.errors.txt
after rebuilding and testing compiler.
1 parent 189dbdd commit d58b5c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/baselines/reference/variableDeclarationInStrictMode1.errors.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
lib.d.ts(28,18): error TS2300: Duplicate identifier 'eval'.
1+
lib.d.ts(32,18): error TS2300: Duplicate identifier 'eval'.
22
tests/cases/compiler/variableDeclarationInStrictMode1.ts(2,5): error TS1100: Invalid use of 'eval' in strict mode.
33
tests/cases/compiler/variableDeclarationInStrictMode1.ts(2,5): error TS2300: Duplicate identifier 'eval'.
44

0 commit comments

Comments
 (0)