Previously if the only names defined by _test packages were examples,
    the gotest script would emit an incorrect _testmain.go file.
    I worked around that by marking the example_test.go files +build ignored.
    
    This CL changes the gotest script to handle this case correctly,
    and removes the now-unnecessary build tags.
    
    Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/214039
From-SVN: r280085
| Name | Last commit | Last update | 
|---|---|---|
| .. | ||
| abs.go | Loading commit data... | |
| asin.go | Loading commit data... | |
| cmath_test.go | Loading commit data... | |
| conj.go | Loading commit data... | |
| example_test.go | Loading commit data... | |
| exp.go | Loading commit data... | |
| isinf.go | Loading commit data... | |
| isnan.go | Loading commit data... | |
| log.go | Loading commit data... | |
| phase.go | Loading commit data... | |
| polar.go | Loading commit data... | |
| pow.go | Loading commit data... | |
| rect.go | Loading commit data... | |
| sin.go | Loading commit data... | |
| sqrt.go | Loading commit data... | |
| tan.go | Loading commit data... |