Index: third_party/sqlite/src/test/e_walhook.test |
diff --git a/third_party/sqlite/src/test/e_walhook.test b/third_party/sqlite/src/test/e_walhook.test |
index c8c8819493099ee80105f3e6e9ee0e0dc52165d9..c963524a9749d07d054906e5c4c6a92c631b5ecb 100644 |
--- a/third_party/sqlite/src/test/e_walhook.test |
+++ b/third_party/sqlite/src/test/e_walhook.test |
@@ -161,10 +161,10 @@ do_test 5.2 { |
-# EVIDENCE-OF: R-42842-27162 Note that the sqlite3_wal_autocheckpoint() |
+# EVIDENCE-OF: R-57445-43425 Note that the sqlite3_wal_autocheckpoint() |
# interface and the wal_autocheckpoint pragma both invoke |
-# sqlite3_wal_hook() and will those overwrite any prior |
-# sqlite3_wal_hook() settings. |
+# sqlite3_wal_hook() and will overwrite any prior sqlite3_wal_hook() |
+# settings. |
# |
set ::old_wal_hook 0 |
proc my_old_wal_hook {args} { incr ::old_wal_hook ; return 0 } |