Commit f92de1a6 authored by Aaron Jacobs's avatar Aaron Jacobs

NoErrorsTest.SetUp

parent ddfca9cb
......@@ -184,7 +184,10 @@ type NoErrorsTest struct {
func init() { RegisterTestSuite(&NoErrorsTest{}) }
func (t *NoErrorsTest) SetUp(ti *TestInfo)
func (t *NoErrorsTest) SetUp(ti *TestInfo) {
const noErr = 0
t.flushFSTest.setUp(ti, noErr, noErr)
}
func (t *NoErrorsTest) Close_ReadWrite() {
var n int
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment