From f92de1a6e7bf67c23b3377df63aa2d985f19526e Mon Sep 17 00:00:00 2001 From: Aaron Jacobs Date: Tue, 24 Mar 2015 08:52:05 +1100 Subject: [PATCH] NoErrorsTest.SetUp --- samples/flushfs/flush_fs_test.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/samples/flushfs/flush_fs_test.go b/samples/flushfs/flush_fs_test.go index 9811c8c..ff77bdd 100644 --- a/samples/flushfs/flush_fs_test.go +++ b/samples/flushfs/flush_fs_test.go @@ -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