Fixed some build errors.

geesefs-0-30-9
Aaron Jacobs 2015-03-23 16:35:42 +11:00
parent 3924e25eb8
commit f02cc98b33
1 changed files with 4 additions and 2 deletions

View File

@ -661,6 +661,8 @@ type NoErrorsTest struct {
func init() { RegisterTestSuite(&NoErrorsTest{}) } func init() { RegisterTestSuite(&NoErrorsTest{}) }
func (t *NoErrorsTest) SetUp(ti *TestInfo)
//////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////
// Flush error // Flush error
//////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////
@ -671,7 +673,7 @@ type FlushErrorTest struct {
func init() { RegisterTestSuite(&FlushErrorTest{}) } func init() { RegisterTestSuite(&FlushErrorTest{}) }
func (t *FlushFSTest) SetUp(ti *TestInfo) func (t *FlushErrorTest) SetUp(ti *TestInfo)
//////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////
// Fsync error // Fsync error
@ -683,4 +685,4 @@ type FsyncErrorTest struct {
func init() { RegisterTestSuite(&FsyncErrorTest{}) } func init() { RegisterTestSuite(&FsyncErrorTest{}) }
func (t *FlushFSTest) SetUp(ti *TestInfo) func (t *FlushErrorTest) SetUp(ti *TestInfo)