Skip to content

Commit

Permalink
Changes to baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
DickvdBrink committed Nov 16, 2014
1 parent e8e5da8 commit 12eb5c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/baselines/reference/noEmitOnError.errors.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
tests/cases/compiler/noEmitOnError.ts(2,5): error TS2323: Type 'string' is not assignable to type 'number'.
tests/cases/compiler/noEmitOnError.ts(2,5): error TS2322: Type 'string' is not assignable to type 'number'.


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

var x: number = "";
~
!!! error TS2323: Type 'string' is not assignable to type 'number'.
!!! error TS2322: Type 'string' is not assignable to type 'number'.

0 comments on commit 12eb5c0

Please sign in to comment.