| Index: third_party/sqlite/src/src/fault.c
|
| diff --git a/third_party/sqlite/src/src/fault.c b/third_party/sqlite/src/src/fault.c
|
| index c3028c4f936edf96712dbe73a07662f0a26b1d0a..5b41b603639f3d4032ee7fce53793d926f9f7936 100644
|
| --- a/third_party/sqlite/src/src/fault.c
|
| +++ b/third_party/sqlite/src/src/fault.c
|
| @@ -26,7 +26,7 @@
|
|
|
| #include "sqliteInt.h"
|
|
|
| -#ifndef SQLITE_OMIT_BUILTIN_TEST
|
| +#ifndef SQLITE_UNTESTABLE
|
|
|
| /*
|
| ** Global variables.
|
| @@ -84,4 +84,4 @@ void sqlite3EndBenignMalloc(void){
|
| }
|
| }
|
|
|
| -#endif /* #ifndef SQLITE_OMIT_BUILTIN_TEST */
|
| +#endif /* #ifndef SQLITE_UNTESTABLE */
|
|
|