aboutsummaryrefslogtreecommitdiff
path: root/splice_modules_test.go
diff options
context:
space:
mode:
authorJamie Gennis <jgennis@google.com>2015-03-20 22:39:29 -0400
committerJamie Gennis <jgennis@google.com>2015-03-21 01:03:36 -0400
commit6cafc2cddc317680eddae62d82a879125161aeaf (patch)
tree1406b3dcbcdfc431a09aff899e40f623e2d9616e /splice_modules_test.go
parent4dfe36d0291f6f5bdaa641a8c5e68530a0f2d36e (diff)
downloadblueprint-6cafc2cddc317680eddae62d82a879125161aeaf.tar.gz
Update import paths to include github
Diffstat (limited to 'splice_modules_test.go')
-rw-r--r--splice_modules_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/splice_modules_test.go b/splice_modules_test.go
index 05cd81c..091f5bf 100644
--- a/splice_modules_test.go
+++ b/splice_modules_test.go
@@ -130,4 +130,4 @@ func TestSpliceModules(t *testing.T) {
func sameArray(a, b []*moduleInfo) bool {
return &a[0:cap(a)][cap(a)-1] == &b[0:cap(b)][cap(b)-1]
-} \ No newline at end of file
+}