aboutsummaryrefslogtreecommitdiff
path: root/test/msan/Linux/mallinfo.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/msan/Linux/mallinfo.cc')
-rw-r--r--test/msan/Linux/mallinfo.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/msan/Linux/mallinfo.cc b/test/msan/Linux/mallinfo.cc
index 3c3692969852..545ae934a611 100644
--- a/test/msan/Linux/mallinfo.cc
+++ b/test/msan/Linux/mallinfo.cc
@@ -1,4 +1,5 @@
// RUN: %clangxx_msan -O0 -g %s -o %t && %run %t
+// REQUIRES: stable-runtime
#include <assert.h>
#include <malloc.h>