Skip to content

Commit

Permalink
Skip checking stack frames in evaluator expect tests (#2008)
Browse files Browse the repository at this point in the history
It used to be that we avoided noise in the evaluator tests during
libraries edits by avoiding having spans from the stdlib show up in
there, but newer tests include calls to `Std.Intrinsic.I` that need
spans updated every time something alphabetically above that operation
changes in the stdlib. This change updates the expect call on failure to
only verify the error and not the stack frames, as call stacks are
already verified in other tests and don't need to be checked here.
  • Loading branch information
swernli authored Nov 5, 2024
1 parent c5bd585 commit 5ac52cd
Showing 1 changed file with 322 additions and 553 deletions.
Loading

0 comments on commit 5ac52cd

Please sign in to comment.