Since gofrontend does have the vet tool now, we can test it.
Reviewed-on: https://go-review.googlesource.com/111095
From-SVN: r259919
-bf6f714559bd7b27b7686811aaf0f6e8e7f1c0d5
+12325f36d965e2ac3a4cbf787472ce24923327da
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.
}
func TestGoVetWithExternalTests(t *testing.T) {
- skipIfGccgo(t, "gccgo does not have vet")
tg := testgo(t)
defer tg.cleanup()
tg.makeTempdir()
}
func TestGoVetWithTags(t *testing.T) {
- skipIfGccgo(t, "gccgo does not have vet")
tg := testgo(t)
defer tg.cleanup()
tg.makeTempdir()
}
func TestGoVetWithFlagsOn(t *testing.T) {
- skipIfGccgo(t, "gccgo does not have vet")
tg := testgo(t)
defer tg.cleanup()
tg.makeTempdir()
}
func TestGoVetWithFlagsOff(t *testing.T) {
- skipIfGccgo(t, "gccgo does not have vet")
tg := testgo(t)
defer tg.cleanup()
tg.makeTempdir()