summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/stretchr/testify/require/require.go.tmpl
diff options
context:
space:
mode:
authorAntoine GIRARD <sapk@users.noreply.github.com>2017-12-31 02:11:08 +0100
committerBo-Yi Wu <appleboy.tw@gmail.com>2017-12-31 09:11:08 +0800
commitd2736e268bd6a72cb6c0c1d3de85388541f42284 (patch)
tree3fd4934578a60bf25d400b1d36a523ce3c051b4e /vendor/github.com/stretchr/testify/require/require.go.tmpl
parent3850bad4c07128a144e98db8bf5fc314a4e12bd9 (diff)
downloadgitea-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.tmpl6
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()
- }
-}