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

tests: fix random color mismatches in the CI

This commit is contained in:
Delyan Angelov
2021-01-13 21:27:24 +02:00
parent 349eb95a28
commit 0d25091afd
7 changed files with 57 additions and 68 deletions

View File

@@ -2823,7 +2823,7 @@ fn C.sqlite3_step(&sqlite3_stmt)
fn C.sqlite3_finalize(&sqlite3_stmt)
fn C.sqlite3_exec(db &sqlite3, sql charptr, FnSqlite3Callback voidptr, cb_arg voidptr, emsg &charptr) int
fn C.sqlite3_exec(db &sqlite3, sql charptr, cb FnSqlite3Callback, cb_arg voidptr, emsg &charptr) int
fn C.sqlite3_free(voidptr)