Skip to content

Commit 82c300a

Browse files
committed
Revert baseline change due to stale output
1 parent 35acd00 commit 82c300a

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)