| Index: third_party/sqlite/src/test/tkt3810.test
 | 
| diff --git a/third_party/sqlite/src/test/tkt3810.test b/third_party/sqlite/src/test/tkt3810.test
 | 
| index 7e1b2ec5c9cddc3deabbcddc1c5964c51ccceeaa..f15eb7d63a81240631f9ebc1b4aa02602b10c96c 100644
 | 
| --- a/third_party/sqlite/src/test/tkt3810.test
 | 
| +++ b/third_party/sqlite/src/test/tkt3810.test
 | 
| @@ -62,7 +62,7 @@ do_test tkt3810-3 {
 | 
|  # an orphan.
 | 
|  #
 | 
|  do_test tkt3810-4 {
 | 
| -  execsql {SELECT name FROM sqlite_temp_master ORDER BY name}
 | 
| +  execsql {SELECT name FROM temp.sqlite_master ORDER BY name}
 | 
|  } {r1}
 | 
|  
 | 
|  # Because it is an orphan, it cannot be dropped.
 | 
| 
 |