In optimized builds, this test currently calls `__builtin_assume()` on a false statement, which is undefined behavior that trips up ubsan. This change fixes that by skipping the test case when `NDEBUG` is defined. PiperOrigin-RevId: 721617118pull/20179/head
parent
fd20cfcd8c
commit
8a0c6bf079
1 changed files with 7 additions and 0 deletions
Loading…
Reference in new issue