Fixed some build errors.

geesefs-0-30-9
Aaron Jacobs 2015-03-17 12:44:42 +11:00
parent 81b9b0e737
commit 97dd87f56d
1 changed files with 1 additions and 2 deletions

View File

@ -23,7 +23,6 @@ import (
"github.com/jacobsa/fuse"
"github.com/jacobsa/fuse/samples/cachingfs"
. "github.com/jacobsa/oglematchers"
. "github.com/jacobsa/ogletest"
"golang.org/x/net/context"
)
@ -63,7 +62,7 @@ func (t *CachingFSTest) setUp(
AssertEq(nil, err)
}
func (t *HelloFSTest) TearDown() {
func (t *CachingFSTest) TearDown() {
// Unmount the file system. Try again on "resource busy" errors.
delay := 10 * time.Millisecond
for {