mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-12 13:01:09 +03:00
Rename the SQLITE_OMIT_BUILTIN_TEST compile-time option to SQLITE_UNTESTABLE.
FossilOrigin-Name: f360818737e73ee4f944685a547abc8f14f47819
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user