Skip to content

Commit

Permalink
test: fix test check
Browse files Browse the repository at this point in the history
  • Loading branch information
mvertes committed Jan 8, 2025
1 parent ec7d9b0 commit 9cbc016
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interp/interp_consistent_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,8 @@ func TestInterpErrorConsistency(t *testing.T) {
},
{
fileName: "switch13.go",
expectedInterp: "9:2: i is not a type",
expectedExec: "9:7: i (variable of type interface{}) is not a type",
expectedInterp: "is not a type",
expectedExec: "is not a type",
},
{
fileName: "switch19.go",
Expand Down

0 comments on commit 9cbc016

Please sign in to comment.