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

Side by Side Diff: third_party/sqlite/sqlite-src-3100200/test/async2.test

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 unified diff | Download patch
OLDNEW
1 # 1 #
2 # May you do good and not evil. 2 # May you do good and not evil.
3 # May you find forgiveness for yourself and forgive others. 3 # May you find forgiveness for yourself and forgive others.
4 # May you share freely, never taking more than you give. 4 # May you share freely, never taking more than you give.
5 # 5 #
6 #*********************************************************************** 6 #***********************************************************************
7 # 7 #
8 # $Id: async2.test,v 1.12 2009/04/25 08:39:15 danielk1977 Exp $ 8 # $Id: async2.test,v 1.12 2009/04/25 08:39:15 danielk1977 Exp $
9 9
10 10
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 } 117 }
118 } 118 }
119 119
120 db close 120 db close
121 } 121 }
122 } 122 }
123 123
124 catch {db close} 124 catch {db close}
125 125
126 finish_test 126 finish_test
OLDNEW
« no previous file with comments | « third_party/sqlite/sqlite-src-3100200/test/async.test ('k') | third_party/sqlite/sqlite-src-3100200/test/async3.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698