Commit f02cc98b authored by Aaron Jacobs's avatar Aaron Jacobs

Fixed some build errors.

parent 3924e25e
......@@ -661,6 +661,8 @@ type NoErrorsTest struct {
func init() { RegisterTestSuite(&NoErrorsTest{}) }
func (t *NoErrorsTest) SetUp(ti *TestInfo)
////////////////////////////////////////////////////////////////////////
// Flush error
////////////////////////////////////////////////////////////////////////
......@@ -671,7 +673,7 @@ type FlushErrorTest struct {
func init() { RegisterTestSuite(&FlushErrorTest{}) }
func (t *FlushFSTest) SetUp(ti *TestInfo)
func (t *FlushErrorTest) SetUp(ti *TestInfo)
////////////////////////////////////////////////////////////////////////
// Fsync error
......@@ -683,4 +685,4 @@ type FsyncErrorTest struct {
func init() { RegisterTestSuite(&FsyncErrorTest{}) }
func (t *FlushFSTest) SetUp(ti *TestInfo)
func (t *FlushErrorTest) SetUp(ti *TestInfo)
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