testdata: tweak typechecking error for Go 1.18 again

Upstream tweaked the error format once again.
pull/420/head
Daniel Martí 3 years ago committed by Andrew LeFevre
parent 64cbbbaa0f
commit 34e190c7a0

@ -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

Loading…
Cancel
Save