Skip to content

Commit

Permalink
test: update gox issue-1761 expect results
Browse files Browse the repository at this point in the history
  • Loading branch information
LiusCraft committed Mar 7, 2024
1 parent c4a44a3 commit d321d84
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cl/compile_gop_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -964,13 +964,11 @@ d := Var(M)
const GopPackage = true
var a Var__0[int]
var b Var__1[map[string]interface {
}]
var b Var__1[map[string]interface{}]
func main() {
c := Gopx_Var_Cast__0[string]()
d := Gopx_Var_Cast__1[map[string]interface {
}]()
d := Gopx_Var_Cast__1[map[string]interface{}]()
}
`)
}
Expand Down

0 comments on commit d321d84

Please sign in to comment.