diff options
author | Kirill Stoimenov <kstoimenov@google.com> | 2023-12-01 00:32:26 +0000 |
---|---|---|
committer | Kirill Stoimenov <kstoimenov@google.com> | 2023-12-01 00:32:26 +0000 |
commit | 7ae1b76ed7271b2e86a3cda72d9e1fc63f4e5c48 (patch) | |
tree | 2706957fd893cee0c9846213ba8232fdd8ae26e0 /clang/test/Index | |
parent | b8b2a279d002f4d424d9b089bc32a0e5d6989dbb (diff) | |
download | llvm-7ae1b76ed7271b2e86a3cda72d9e1fc63f4e5c48.zip llvm-7ae1b76ed7271b2e86a3cda72d9e1fc63f4e5c48.tar.gz llvm-7ae1b76ed7271b2e86a3cda72d9e1fc63f4e5c48.tar.bz2 |
Fix ARM Sanitizer build
Example: https://lab.llvm.org/buildbot/#/builders/239/builds/4709
Diffstat (limited to 'clang/test/Index')
-rw-r--r-- | clang/test/Index/initializer-memory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Index/initializer-memory.cpp b/clang/test/Index/initializer-memory.cpp index da73444..06e26d6 100644 --- a/clang/test/Index/initializer-memory.cpp +++ b/clang/test/Index/initializer-memory.cpp @@ -13,4 +13,4 @@ struct S { S data2[1000000] = {0}; S data_empty_init2[1000000] = {}; -// CHECK: TOTAL = {{.*}} (0.{{.*}} MBytes) +// CHECK: TOTAL = {{.*}} ({{0|1}}.{{.*}} MBytes) |