blob: 8c307c13ad1a978fd6381714ddc6be6d62d60b6f [file] [log] [blame]
// +build !go1.14
package imports
import (
"testing"
)
func TestModVendorAuto_Pre114(t *testing.T) {
testModVendorAuto(t, false)
}