mirror of
https://github.com/golang/go
synced 2024-11-19 23:34:40 -07:00
go/internal/gccgoimporter: remove old and exp gccgo packages in test
The old and exp packages listed in gccgoinstallation_test.go have been removed from gccgo. Remove them from the test. Fixes #20932 Change-Id: I04a5148e18dccef332904b836c42098b55f2516c Reviewed-on: https://go-review.googlesource.com/91656 Run-TryBot: Ian Lance Taylor <iant@golang.org> Run-TryBot: Robert Griesemer <gri@golang.org> Reviewed-by: Robert Griesemer <gri@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
parent
2a8229d96e
commit
f598ad5820
@ -62,8 +62,6 @@ var importablePackages = [...]string{
|
|||||||
"encoding/pem",
|
"encoding/pem",
|
||||||
"encoding/xml",
|
"encoding/xml",
|
||||||
"errors",
|
"errors",
|
||||||
"exp/proxy",
|
|
||||||
"exp/terminal",
|
|
||||||
"expvar",
|
"expvar",
|
||||||
"flag",
|
"flag",
|
||||||
"fmt",
|
"fmt",
|
||||||
@ -114,8 +112,6 @@ var importablePackages = [...]string{
|
|||||||
"net/smtp",
|
"net/smtp",
|
||||||
"net/textproto",
|
"net/textproto",
|
||||||
"net/url",
|
"net/url",
|
||||||
"old/regexp",
|
|
||||||
"old/template",
|
|
||||||
"os/exec",
|
"os/exec",
|
||||||
"os",
|
"os",
|
||||||
"os/signal",
|
"os/signal",
|
||||||
|
Loading…
Reference in New Issue
Block a user