diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2017-12-10 22:08:19 +0800 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2017-12-10 16:08:19 +0200 |
commit | 41d6afe0e7992567ac7c86cdd41b9226aae896d2 (patch) | |
tree | fbb2abc219ccce5cb6750fd672d0f1a1f923ed6a /models | |
parent | eb6cbedcc06b64c919b4a1aadd0f5de06fc18c23 (diff) | |
download | gitea-41d6afe0e7992567ac7c86cdd41b9226aae896d2.tar.gz gitea-41d6afe0e7992567ac7c86cdd41b9226aae896d2.zip |
Fix compile failed without gcc (#3130)
* fix comile failed without gcc
* add sqlite tag for unit test
Diffstat (limited to 'models')
-rw-r--r-- | models/unit_tests.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/models/unit_tests.go b/models/unit_tests.go index cf7c3e4f92..ff7a87da30 100644 --- a/models/unit_tests.go +++ b/models/unit_tests.go @@ -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" ) |