Fix compile failed without gcc (#3130)
* fix comile failed without gcc * add sqlite tag for unit test
This commit is contained in:
parent
eb6cbedcc0
commit
41d6afe0e7
3 changed files with 3 additions and 4 deletions
|
@ -15,7 +15,6 @@ import (
|
|||
"github.com/Unknwon/com"
|
||||
"github.com/go-xorm/core"
|
||||
"github.com/go-xorm/xorm"
|
||||
_ "github.com/mattn/go-sqlite3" // for the test engine
|
||||
"github.com/stretchr/testify/assert"
|
||||
"gopkg.in/testfixtures.v2"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue