diff options
author | Antoine GIRARD <sapk@users.noreply.github.com> | 2017-12-31 02:11:08 +0100 |
---|---|---|
committer | Bo-Yi Wu <appleboy.tw@gmail.com> | 2017-12-31 09:11:08 +0800 |
commit | d2736e268bd6a72cb6c0c1d3de85388541f42284 (patch) | |
tree | 3fd4934578a60bf25d400b1d36a523ce3c051b4e /vendor/github.com/stretchr/testify/require/require.go.tmpl | |
parent | 3850bad4c07128a144e98db8bf5fc314a4e12bd9 (diff) | |
download | gitea-d2736e268bd6a72cb6c0c1d3de85388541f42284.tar.gz gitea-d2736e268bd6a72cb6c0c1d3de85388541f42284.zip |
Remove unused vendor github.com/stretchr/testify/require (#3273)
Diffstat (limited to 'vendor/github.com/stretchr/testify/require/require.go.tmpl')
-rw-r--r-- | vendor/github.com/stretchr/testify/require/require.go.tmpl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/vendor/github.com/stretchr/testify/require/require.go.tmpl b/vendor/github.com/stretchr/testify/require/require.go.tmpl deleted file mode 100644 index d2c38f6f28..0000000000 --- a/vendor/github.com/stretchr/testify/require/require.go.tmpl +++ /dev/null @@ -1,6 +0,0 @@ -{{.Comment}} -func {{.DocInfo.Name}}(t TestingT, {{.Params}}) { - if !assert.{{.DocInfo.Name}}(t, {{.ForwardedParams}}) { - t.FailNow() - } -} |