compiler: re-enable generics test

This seems to have been removed by accident, but it still seems useful
to me.
This commit is contained in:
Ayke van Laethem
2026-04-24 17:09:15 +02:00
committed by Ron Evans
parent 7ec9cfc61c
commit e9d78a78ea
2 changed files with 78 additions and 159 deletions
+1
View File
@@ -50,6 +50,7 @@ func TestCompiler(t *testing.T) {
{"channel.go", "", ""},
{"gc.go", "", ""},
{"zeromap.go", "", ""},
{"generics.go", "", ""},
}
if goMinor >= 20 {
tests = append(tests, testCase{"go1.20.go", "", ""})