Skip to content

Commit b32209d

Browse files
committed
cmd/compile: fix test case for unified IR (fix build)
For #48301. Change-Id: Ie5f57dcce86773c06c5140abf13a6cfff79eb323 Reviewed-on: https://go-review.googlesource.com/c/go/+/348743 Trust: Robert Griesemer <[email protected]> Run-TryBot: Robert Griesemer <[email protected]> Reviewed-by: Matthew Dempsky <[email protected]> TryBot-Result: Go Bot <[email protected]>
1 parent 1a708bc commit b32209d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fixedbugs/issue48301.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
package p
1010

1111
func _() {
12-
type T = T // ERROR "T uses T"
12+
type T = T // ERROR "T uses T|invalid recursive type T"
1313
}

0 commit comments

Comments
 (0)