File: fix_test.patch

package info (click to toggle)
golang-github-ctdk-go-trie 0.0~git20161027.0.6443fbc-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 360 kB
  • sloc: makefile: 2
file content (16 lines) | stat: -rw-r--r-- 488 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Author: Jordi Mallach <jordi@debian.org>
Description: Point at the right module for go-trie's test.

Index: golang-github-ctdk-go-trie/gtrie/gtrie_test.go
===================================================================
--- golang-github-ctdk-go-trie.orig/gtrie/gtrie_test.go
+++ golang-github-ctdk-go-trie/gtrie/gtrie_test.go
@@ -5,7 +5,7 @@ package gtrie_test
 
 import (
 	"bufio"
-	"github.com/MathieuTurcotte/go-trie/gtrie"
+	"github.com/ctdk/go-trie/gtrie"
 	"io"
 	"log"
 	"os"