aboutsummaryrefslogtreecommitdiff
path: root/test/xray
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2017-01-14 15:38:48 +0000
committerDimitry Andric <dim@FreeBSD.org>2017-01-14 15:38:48 +0000
commit5894cadf20b9970848068ff54fa4e2bfd0a9683b (patch)
treed2cbfed3f6ec3aaf3c88cfee1f6512e155cc82f8 /test/xray
parent3bce7d2fca357e6a1db9eff4a1c58545a3020f1b (diff)
downloadsrc-5894cadf20b9970848068ff54fa4e2bfd0a9683b.tar.gz
src-5894cadf20b9970848068ff54fa4e2bfd0a9683b.zip
Notes
Notes: svn path=/vendor/compiler-rt/dist/; revision=312177 svn path=/vendor/compiler-rt/compiler-rt-release_40-r292951/; revision=312708; tag=vendor/compiler-rt/compiler-rt-release_40-r292951
Diffstat (limited to 'test/xray')
-rw-r--r--test/xray/TestCases/Linux/patching-unpatching.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/xray/TestCases/Linux/patching-unpatching.cc b/test/xray/TestCases/Linux/patching-unpatching.cc
index e684e427f068..05478a488056 100644
--- a/test/xray/TestCases/Linux/patching-unpatching.cc
+++ b/test/xray/TestCases/Linux/patching-unpatching.cc
@@ -3,7 +3,6 @@
//
// RUN: %clangxx_xray -fxray-instrument -std=c++11 %s -o %t
// RUN: XRAY_OPTIONS="patch_premain=false" %run %t 2>&1 | FileCheck %s
-// REQUIRES: stable-runtime
#include "xray/xray_interface.h"