1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

fix sqlite test

This commit is contained in:
Alexander Medvednikov 2019-10-28 10:40:41 +03:00
parent a2bafaa254
commit 373873d71f

View File

@ -1,3 +1,5 @@
import sqlite
fn test_sqlite() {
$if mac {
db := sqlite.connect('users.db')