Fix typo in compile error test

This commit is contained in:
John Schmidt 2022-04-03 14:19:55 +02:00
parent 6bbc2cd59a
commit 17b804f56b

View File

@ -15,5 +15,5 @@ export fn entry() usize {
// union extra field
//
// :6:1: error: enum 'tmp.E' hs no field named 'd'
// :6:1: error: enum 'tmp.E' has no field named 'd'
// :1:11: note: enum declared here