From 41d6afe0e7992567ac7c86cdd41b9226aae896d2 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Sun, 10 Dec 2017 22:08:19 +0800 Subject: Fix compile failed without gcc (#3130) * fix comile failed without gcc * add sqlite tag for unit test --- models/unit_tests.go | 1 - 1 file changed, 1 deletion(-) (limited to 'models/unit_tests.go') 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" ) -- cgit v1.2.3