fix pipeline for tsan

This commit is contained in:
Daan Leijen 2023-03-29 12:20:29 -07:00
parent 8e6a475386
commit 0ca31d2db1
2 changed files with 2 additions and 2 deletions

View file

@ -164,7 +164,7 @@ int main(void) {
mi_free(p);
};
#if MI_DEBUG >= 2
#if (MI_DEBUG >= 2) && !MI_TSAN
// ---------------------------------------------------
// Debug filling
// ---------------------------------------------------