From 5dde9ea0b735046ea5d94e03fc37866830c4b915 Mon Sep 17 00:00:00 2001 From: Aaron Jacobs Date: Mon, 23 Mar 2015 16:36:07 +1100 Subject: [PATCH] Fixed a silly mistake. --- samples/flushfs/flush_fs_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/flushfs/flush_fs_test.go b/samples/flushfs/flush_fs_test.go index 39b8f9e..564c118 100644 --- a/samples/flushfs/flush_fs_test.go +++ b/samples/flushfs/flush_fs_test.go @@ -685,4 +685,4 @@ type FsyncErrorTest struct { func init() { RegisterTestSuite(&FsyncErrorTest{}) } -func (t *FlushErrorTest) SetUp(ti *TestInfo) +func (t *FsyncErrorTest) SetUp(ti *TestInfo)