Skip to content

Commit

Permalink
Update insta shapshot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
olorin37 committed May 25, 2024
1 parent cf471ec commit 0fa132d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ expression: err
---
error: contract broken by the caller of `range`
invalid range
┌─ <stdlib/std.ncl>:649:9
┌─ <stdlib/std.ncl>:668:9
649| std.contract.unstable.RangeFun Dyn
668| std.contract.unstable.RangeFun Dyn
---------------------------------- expected type
┌─ [INPUTS_PATH]/errors/array_range_reversed_indices.ncl:3:19
Expand All @@ -21,5 +21,3 @@ note:
3std.array.range 1 0
------------------- (1) calling range


Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ expression: err
---
error: contract broken by the caller of `range_step`
invalid range step
┌─ <stdlib/std.ncl>:624:9
┌─ <stdlib/std.ncl>:643:9
624| std.contract.unstable.RangeFun (std.contract.unstable.RangeStep -> Dyn)
643| std.contract.unstable.RangeFun (std.contract.unstable.RangeStep -> Dyn)
----------------------------------------------------------------------- expected type
┌─ [INPUTS_PATH]/errors/array_range_step_negative_step.ncl:3:27
Expand All @@ -26,5 +26,3 @@ note:
3 │ std.array.range_step 0 10 (-1)
│ ------------------------------ (1) calling range_step


0 comments on commit 0fa132d

Please sign in to comment.