mirror of
https://github.com/golang/go
synced 2024-11-19 04:34:39 -07:00
12 lines
131 B
Go
12 lines
131 B
Go
|
// +build go1.14
|
||
|
|
||
|
package imports
|
||
|
|
||
|
import (
|
||
|
"testing"
|
||
|
)
|
||
|
|
||
|
func TestModVendorAuto_114(t *testing.T) {
|
||
|
testModVendorAuto(t, true)
|
||
|
}
|