Fix integration

This commit is contained in:
mio
2025-01-23 23:18:35 +08:00
parent f905087e8e
commit be3c665eee
2 changed files with 17 additions and 15 deletions

View File

@ -36,8 +36,8 @@
#define NON_COV_INCREASE_BUG (1 << 5)
enum SanitizerAbstraction {
UNIQUE_TRACE = 0, // Feed all unique trace to sanitizers, the most sensitive
SIMPLIFY_TRACE,
SIMPLIFY_TRACE = 0, // Feed all unique trace to sanitizers, the most sensitive
UNIQUE_TRACE,
COVERAGE_INCREASE // Feed all coverage increasing cases to sanitizers, the least sensitive
};