Fixed some build errors.

geesefs-0-30-9
Aaron Jacobs 2015-03-24 08:43:03 +11:00
parent bfa3465cb9
commit e7dc200b88
1 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ func (t *flushFSTest) setUp(
t.SubprocessTest.SetUp(ti) t.SubprocessTest.SetUp(ti)
} }
func (t *FlushFSTest) TearDown() { func (t *flushFSTest) TearDown() {
// Unlink reporting files. // Unlink reporting files.
os.Remove(t.flushes.Name()) os.Remove(t.flushes.Name())
os.Remove(t.fsyncs.Name()) os.Remove(t.fsyncs.Name())
@ -100,7 +100,7 @@ func (t *FlushFSTest) TearDown() {
} }
// Finish tearing down. // Finish tearing down.
t.SampleTest.TearDown() t.SubprocessTest.TearDown()
} }
//////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////