darwin not supported yet

pull/2572/head
Alexander Medvednikov 2019-10-28 10:25:56 +03:00
parent d54bbc8737
commit c5fa99c66c
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
fn test_sqlite() {
$if darwin {
$if mac {
db := sqlite.connect('users.db')
db.exec("create table users (id integer primary key, name text default '');")