Skip to content

Commit

Permalink
Update test error output
Browse files Browse the repository at this point in the history
  • Loading branch information
bacam committed Dec 15, 2023
1 parent 26812a5 commit eea1e27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/typecheck/pass/bind_typ_var/v1.expect
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
pass/bind_typ_var/v1.sail:9.11-29:
9 | let v as vector('len, _, _) = mk_vector ();
 | ^----------------^
 | Couldn't bind type vector('_v, bit) with vector('len, _, _)
 | Couldn't bind type vector('_#v, bit) with vector('len, _, _)
2 changes: 1 addition & 1 deletion test/typecheck/pass/exist_synonym/v3.expect
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
pass/exist_synonym/v3.sail:9.38-47:
9 |val test : forall 'n, 0 <= 'n <= 100. regno('n) -> unit
 | ^-------^
 | Could not prove constraints (0 <= 'n & 'n < 32) in type synonym int('n) with (0 <= 'n & 'n <= 100), (0 <= '_x & '_x <= 8), (0 <= '_x#0 & '_x#0 <= 8)
 | Could not prove constraints (0 <= 'n & 'n < 32) in type synonym int('n) with (0 <= 'n & 'n <= 100), (0 <= '_#x & '_#x <= 8), (0 <= '_#x#0 & '_#x#0 <= 8)
2 changes: 1 addition & 1 deletion test/typecheck/pass/exist_synonym/v4.expect
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
pass/exist_synonym/v4.sail:9.35-44:
9 |val test : forall 'n, 0 <= 2 <= 4. regno('n) -> unit
 | ^-------^
 | Could not prove constraints (0 <= 'n & 'n < 32) in type synonym int('n) with (0 <= '_x & '_x <= 8), (0 <= '_x#0 & '_x#0 <= 8)
 | Could not prove constraints (0 <= 'n & 'n < 32) in type synonym int('n) with (0 <= '_#x & '_#x <= 8), (0 <= '_#x#0 & '_#x#0 <= 8)

0 comments on commit eea1e27

Please sign in to comment.