aboutsummaryrefslogtreecommitdiff
path: root/test/lsan/TestCases/strace_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/lsan/TestCases/strace_test.cc')
-rw-r--r--test/lsan/TestCases/strace_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lsan/TestCases/strace_test.cc b/test/lsan/TestCases/strace_test.cc
index b3568d0b44e8..b25e05753848 100644
--- a/test/lsan/TestCases/strace_test.cc
+++ b/test/lsan/TestCases/strace_test.cc
@@ -1,4 +1,5 @@
// Test that lsan reports a proper error when running under strace.
+// REQUIRES: strace
// RUN: %clangxx_lsan %s -o %t
// RUN: not strace -o /dev/null %run %t 2>&1 | FileCheck %s