Add a MySQL main test that does nothing

This commit is contained in:
Aaron L 2016-09-08 23:05:09 -07:00
parent 81148d4beb
commit b1efbd21c7

View file

@ -0,0 +1,2 @@
func TestMain(m *testing.M) {
}