diff options
Diffstat (limited to 'test/msan/Linux/mallinfo.cc')
-rw-r--r-- | test/msan/Linux/mallinfo.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/msan/Linux/mallinfo.cc b/test/msan/Linux/mallinfo.cc index 545ae934a611..b2021c5df3ce 100644 --- a/test/msan/Linux/mallinfo.cc +++ b/test/msan/Linux/mallinfo.cc @@ -1,5 +1,5 @@ // RUN: %clangxx_msan -O0 -g %s -o %t && %run %t -// REQUIRES: stable-runtime +// UNSUPPORTED: aarch64-target-arch #include <assert.h> #include <malloc.h> |