diff options
| author | Alex Flint <[email protected]> | 2017-02-15 18:19:41 -0800 |
|---|---|---|
| committer | Alex Flint <[email protected]> | 2017-02-15 18:19:41 -0800 |
| commit | 6859799559dab59729eb5fefeb53080db9b92545 (patch) | |
| tree | dd8a6476af78f555f067c923c815b78844161248 /vendor/github.com/stretchr/testify/require/require.go.tmpl | |
| parent | 765ccf745937c16486999600ecf789c646ac2e6c (diff) | |
use go-scalar, vendoring
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, 6 insertions, 0 deletions
diff --git a/vendor/github.com/stretchr/testify/require/require.go.tmpl b/vendor/github.com/stretchr/testify/require/require.go.tmpl new file mode 100644 index 0000000..ab1b1e9 --- /dev/null +++ b/vendor/github.com/stretchr/testify/require/require.go.tmpl @@ -0,0 +1,6 @@ +{{.Comment}} +func {{.DocInfo.Name}}(t TestingT, {{.Params}}) { + if !assert.{{.DocInfo.Name}}(t, {{.ForwardedParams}}) { + t.FailNow() + } +} |
