diff --git a/go/types/stdlib_test.go b/go/types/stdlib_test.go index 363bb6fb..848e7100 100644 --- a/go/types/stdlib_test.go +++ b/go/types/stdlib_test.go @@ -140,6 +140,7 @@ func TestStdFixed(t *testing.T) { "bug459.go", // possibly incorrect test - see issue 6703 (pending spec clarification) "issue3924.go", // possibly incorrect test - see issue 6671 (pending spec clarification) "issue6889.go", // gc-specific test + "issue7746.go", // large constants - consumes too much memory ) }