Skip to content

Commit

Permalink
Update parser_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
lance6716 authored Mar 18, 2022
1 parent d576438 commit e68b419
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions parser/parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ import (
"testing"

"github.com/pingcap/errors"
"github.com/stretchr/testify/require"

"github.com/pingcap/tidb/parser"
"github.com/pingcap/tidb/parser/ast"
"github.com/pingcap/tidb/parser/charset"
Expand All @@ -32,6 +30,7 @@ import (
"github.com/pingcap/tidb/parser/opcode"
"github.com/pingcap/tidb/parser/terror"
"github.com/pingcap/tidb/parser/test_driver"
"github.com/stretchr/testify/require"
)

func TestSimple(t *testing.T) {
Expand Down

0 comments on commit e68b419

Please sign in to comment.