Ubuntu Pastebin

Paste from mw at Fri, 6 Feb 2015 05:42:49 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
$ go test ./...

----------------------------------------------------------------------
FAIL: functions_test.go:68: functionSuite.TestDeferredAnnotatef

functions_test.go:81:
    c.Assert(errors.Details(err), jc.Contains, tagToLocation["deferredAnnotate"].String())
... obtained string = "[{github.com/juju/errors/functions_test.go:76: deferred annotate} {github.com/juju/errors/functions_test.go:73: first}]"
... expected string = "github.com/juju/errors/functions_test.go:77"

OOPS: 20 passed, 1 FAILED
--- FAIL: Test (0.01s)
FAIL
FAIL    github.com/juju/errors  0.016s
Download as text