mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-10 08:20:59 +00:00
manually add dependency on go-getter
This commit is contained in:
15
vendor/github.com/mitchellh/go-testing-interface/testing_test.go
generated
vendored
Normal file
15
vendor/github.com/mitchellh/go-testing-interface/testing_test.go
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
package testing
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestT(t *testing.T) {
|
||||
testTFunc(t) // Just verify this doesn't give a compiler error
|
||||
}
|
||||
|
||||
func TestRuntimeT(t *testing.T) {
|
||||
var _ T = new(RuntimeT) // Another compiler check
|
||||
}
|
||||
|
||||
func testTFunc(t T) {}
|
||||
Reference in New Issue
Block a user