Skip to content

Commit

Permalink
[NFC][asan] Remove -std=c++20 from test
Browse files Browse the repository at this point in the history
Fails after D110215
with errors like
/usr/include/x86_64-linux-gnu/sys/types.h:33:9: error: unknown type name '__u_char'
typedef __u_char u_char;
  • Loading branch information
vitalybuka committed Dec 8, 2021
1 parent 4168efe commit 9601085
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -3,7 +3,7 @@

// Don't optimize, otherwise the variables which create redzones might be
// dropped.
// RUN: %clangxx_asan -std=c++20 -fexceptions -O0 %s -o %t -pthread
// RUN: %clangxx_asan -fexceptions -O0 %s -o %t -pthread
// RUN: %run %t

#include <algorithm>
Expand Down

0 comments on commit 9601085

Please sign in to comment.