blob: 696ff4b77dbac3770d72b41fc5ffcc6865f1bdd2 [file] [log] [blame]
START: mmath_test.go:16: MySuite1.TestAdd
PASS: mmath_test.go:16: MySuite1.TestAdd 0.000s
START: mmath_test.go:35: MySuite.TestDiv
mmath_test.go:38:
c.Assert(z, Equals, float64(x)/float64(y))
... obtained int = 0
... expected float64 = 0.6666666666666666
FAIL: mmath_test.go:35: MySuite.TestDiv
START: mmath_test.go:29: MySuite.TestMul
PASS: mmath_test.go:29: MySuite.TestMul 0.000s
START: mmath_test.go:22: MySuite.TestSub
PASS: mmath_test.go:22: MySuite.TestSub 0.000s
--- FAIL: Test (0.00 seconds)
FAIL
exit status 1
FAIL go2xunit/demo-gocheck 0.008s