[AArch64] Stable runtime required for proc maps test
authorRenato Golin <renato.golin@linaro.org>
Wed, 5 Aug 2015 19:45:26 +0000 (19:45 +0000)
committerRenato Golin <renato.golin@linaro.org>
Wed, 5 Aug 2015 19:45:26 +0000 (19:45 +0000)
llvm-svn: 244105

compiler-rt/test/sanitizer_common/TestCases/Posix/decorate_proc_maps.cc

index 081381a..15c5c11 100644 (file)
@@ -1,6 +1,6 @@
 // RUN: %clangxx -g %s -o %t
 // RUN: %tool_options=decorate_proc_maps=1 %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-%tool_name
-// REQUIRES: stable-release
+// REQUIRES: stable-runtime
 #include <errno.h>
 #include <fcntl.h>
 #include <pthread.h>