-c3ef5bbf4e4271216b6f22621269d458599e8087
+d3eb93c1b8990dbfd4bb660c5c8454916b62655c
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.
tg.run("build", "-x", "-o", os.DevNull, "complex")
if _, err := exec.LookPath("gccgo"); err == nil {
- t.Skip("golang.org/issue/22472")
tg.run("build", "-x", "-o", os.DevNull, "-compiler=gccgo", "complex")
}
}
if _, err := exec.LookPath("gccgo"); err != nil {
t.Skip("skipping because no gccgo compiler found")
}
- t.Skip("golang.org/issue/22472")
tg := testgo(t)
defer tg.cleanup()