Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: third_party/sqlite/sqlite-src-3100200/test/threadtest2.c

Issue 1610543003: [sql] Import reference version of SQLite 3.10.2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/sqlite/sqlite-src-3100200/test/threadtest2.c
diff --git a/third_party/sqlite/src/test/threadtest2.c b/third_party/sqlite/sqlite-src-3100200/test/threadtest2.c
similarity index 98%
copy from third_party/sqlite/src/test/threadtest2.c
copy to third_party/sqlite/sqlite-src-3100200/test/threadtest2.c
index 25b1d908d284610f7fd97410c9dfce5fdb0d0d9d..b7a67c579b6ea3d5f53aa48d73e43b1ac5023c4e 100644
--- a/third_party/sqlite/src/test/threadtest2.c
+++ b/third_party/sqlite/sqlite-src-3100200/test/threadtest2.c
@@ -43,7 +43,7 @@ int check_callback(void *pid, int argc, char **argv, char **notUsed2){
int id = (int)pid;
if( strcmp(argv[0],"ok") ){
all_stop = 1;
- fprintf(stderr,"id: %s\n", id, argv[0]);
+ fprintf(stderr,"%d: %s\n", id, argv[0]);
}else{
/* fprintf(stderr,"%d: OK\n", id); */
}
« no previous file with comments | « third_party/sqlite/sqlite-src-3100200/test/threadtest1.c ('k') | third_party/sqlite/sqlite-src-3100200/test/threadtest3.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698