summaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/davecgh/go-spew/spew/dump_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'Godeps/_workspace/src/github.com/davecgh/go-spew/spew/dump_test.go')
-rw-r--r--Godeps/_workspace/src/github.com/davecgh/go-spew/spew/dump_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/Godeps/_workspace/src/github.com/davecgh/go-spew/spew/dump_test.go b/Godeps/_workspace/src/github.com/davecgh/go-spew/spew/dump_test.go
index 0762e59ae..2b320401d 100644
--- a/Godeps/_workspace/src/github.com/davecgh/go-spew/spew/dump_test.go
+++ b/Godeps/_workspace/src/github.com/davecgh/go-spew/spew/dump_test.go
@@ -67,7 +67,7 @@ import (
"testing"
"unsafe"
- "github.com/mattermost/platform/Godeps/_workspace/src/github.com/davecgh/go-spew/spew"
+ "github.com/davecgh/go-spew/spew"
)
// dumpTest is used to describe a test to be perfomed against the Dump method.