Home
last modified time | relevance | path

Searched refs:nGlobalErr (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/test/
H A Dthreadtest3.c431 static int nGlobalErr = 0; variable
483 if( !isWarn ) nGlobalErr++; in print_err()
1573 printf("%d errors out of %d tests\n", nGlobalErr, nTestfound); in main()
1574 return (nGlobalErr>0 ? 255 : 0); in main()