Skip to content

Commit 12eb5c0

Browse files
committed
Changes to baseline
1 parent e8e5da8 commit 12eb5c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: tests/baselines/reference/noEmitOnError.errors.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
tests/cases/compiler/noEmitOnError.ts(2,5): error TS2323: Type 'string' is not assignable to type 'number'.
1+
tests/cases/compiler/noEmitOnError.ts(2,5): error TS2322: Type 'string' is not assignable to type 'number'.
22

33

44
==== tests/cases/compiler/noEmitOnError.ts (1 errors) ====
55

66
var x: number = "";
77
~
8-
!!! error TS2323: Type 'string' is not assignable to type 'number'.
8+
!!! error TS2322: Type 'string' is not assignable to type 'number'.
99

0 commit comments

Comments
 (0)