Fixed a build error.

geesefs-0-30-9
Aaron Jacobs 2015-03-02 13:59:32 +11:00
parent 0b7e54ef6b
commit 464201ae12
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ import (
"time" "time"
"github.com/jacobsa/fuse" "github.com/jacobsa/fuse"
"github.com/jacobsa/fuse/samples" "github.com/jacobsa/fuse/samples/hellofs"
"github.com/jacobsa/gcsfuse/timeutil" "github.com/jacobsa/gcsfuse/timeutil"
. "github.com/jacobsa/oglematchers" . "github.com/jacobsa/oglematchers"
. "github.com/jacobsa/ogletest" . "github.com/jacobsa/ogletest"
@ -50,7 +50,7 @@ func (t *HelloFSTest) SetUp(ti *TestInfo) {
} }
// Mount a file system. // Mount a file system.
fs := &samples.HelloFS{ fs := &hellofs.HelloFS{
Clock: &t.clock, Clock: &t.clock,
} }