Skip to content

Commit

Permalink
testdata: tweak typechecking error for Go 1.18 again
Browse files Browse the repository at this point in the history
Upstream tweaked the error format once again.
  • Loading branch information
mvdan authored and capnspacehook committed Nov 15, 2021
1 parent 64cbbba commit 34e190c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testdata/scripts/reverse.txt
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,6 @@ exit status 2
exit status 2
-- build-error-reverse.stdout-go1.18 --
# test/main/build-error
test/main/build-error/error.go:18: cannot convert UnobfuscatedStruct{} (value of type UnobfuscatedStruct) to struct{SomeField int}
test/main/build-error/error.go:18: cannot convert UnobfuscatedStruct{} (value of type UnobfuscatedStruct) to type struct{SomeField int}
exit status 2
exit status 2

0 comments on commit 34e190c

Please sign in to comment.