Skip to content

Commit 1a96439

Browse files
committed
accept baselines
1 parent dd58228 commit 1a96439

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(29,18): error TS2300: Duplicate identifier 'eval'.
1+
lib.d.ts(28,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)