Upgrade gocheck

This commit is contained in:
Chris Read
2014-11-05 13:27:15 -06:00
parent 552b11e28d
commit daf887e54f
32 changed files with 60 additions and 32 deletions

View File

@@ -2,7 +2,8 @@ package query
import (
"fmt"
. "launchpad.net/gocheck"
. "gopkg.in/check.v1"
)
type LexerSuite struct {

View File

@@ -1,8 +1,9 @@
package query
import (
. "launchpad.net/gocheck"
"testing"
. "gopkg.in/check.v1"
)
// Launch gocheck tests

View File

@@ -2,8 +2,9 @@ package query
import (
"github.com/smira/aptly/deb"
. "launchpad.net/gocheck"
"regexp"
. "gopkg.in/check.v1"
)
type SyntaxSuite struct {