diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/os_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_common.h b/src/os_common.h index aa3e18a8c..f95e6181a 100644 --- a/src/os_common.h +++ b/src/os_common.h @@ -29,7 +29,7 @@ # error "The MEMORY_DEBUG macro is obsolete. Use SQLITE_DEBUG instead." #endif -#ifdef SQLITE_DEBUG +#ifdef SQLITE_TEST # ifndef SQLITE_DEBUG_OS_TRACE # define SQLITE_DEBUG_OS_TRACE 0 # endif |