aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sqliteInt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sqliteInt.h b/src/sqliteInt.h
index d941de07a..de3e6e97e 100644
--- a/src/sqliteInt.h
+++ b/src/sqliteInt.h
@@ -473,7 +473,7 @@
** Disable ALWAYS() and NEVER() (make them pass-throughs) for coverage
** and mutation testing
*/
-#if defined(SQLITE_COVERATE_TEST) || defined(SQLITE_MUTATION_TEST)
+#if defined(SQLITE_COVERAGE_TEST) || defined(SQLITE_MUTATION_TEST)
# define SQLITE_OMIT_AUXILIARY_SAFETY_CHECKS 1
#endif