aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Coverage/html-print.c
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-07-16 13:36:39 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-07-16 13:36:39 +0000
commit692d6bb544338c65550a46d76b81db668d4901f5 (patch)
tree9ca31c12c035fec6c1144fc7ce8ebb1698074159 /clang/test/Coverage/html-print.c
parentc5ac729131abfb35f56769a9a7b299e4e3432c50 (diff)
downloadllvm-692d6bb544338c65550a46d76b81db668d4901f5.zip
llvm-692d6bb544338c65550a46d76b81db668d4901f5.tar.gz
llvm-692d6bb544338c65550a46d76b81db668d4901f5.tar.bz2
clang/test: Introduce the feature "rewriter" for --enable-clang-rewriter.
llvm-svn: 213148
Diffstat (limited to 'clang/test/Coverage/html-print.c')
-rw-r--r--clang/test/Coverage/html-print.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/Coverage/html-print.c b/clang/test/Coverage/html-print.c
index a3f29c6..2bbe0ad 100644
--- a/clang/test/Coverage/html-print.c
+++ b/clang/test/Coverage/html-print.c
@@ -1,3 +1,6 @@
// RUN: %clang_cc1 -emit-html -o %t %s
+// -emit-html requires rewriter.
+// REQUIRES: rewriter
+
#include "c-language-features.inc"