summaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/davecgh/go-spew/spew/common_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'Godeps/_workspace/src/github.com/davecgh/go-spew/spew/common_test.go')
-rw-r--r--Godeps/_workspace/src/github.com/davecgh/go-spew/spew/common_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/Godeps/_workspace/src/github.com/davecgh/go-spew/spew/common_test.go b/Godeps/_workspace/src/github.com/davecgh/go-spew/spew/common_test.go
index a25252cc1..39b7525b3 100644
--- a/Godeps/_workspace/src/github.com/davecgh/go-spew/spew/common_test.go
+++ b/Godeps/_workspace/src/github.com/davecgh/go-spew/spew/common_test.go
@@ -21,7 +21,7 @@ import (
"reflect"
"testing"
- "github.com/mattermost/platform/Godeps/_workspace/src/github.com/davecgh/go-spew/spew"
+ "github.com/davecgh/go-spew/spew"
)
// custom type to test Stinger interface on non-pointer receiver.