From 173a4f43a911175643bda81ee675e8d9269056ea Mon Sep 17 00:00:00 2001 From: dim Date: Mon, 24 Nov 2014 09:15:30 +0000 Subject: Vendor import of clang RELEASE_350/final tag r216957 (effectively, 3.5.0 release): https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_350/final@216957 --- test/Coverage/html-diagnostics.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/Coverage/html-diagnostics.c') diff --git a/test/Coverage/html-diagnostics.c b/test/Coverage/html-diagnostics.c index 410ee2a..c7489f8 100644 --- a/test/Coverage/html-diagnostics.c +++ b/test/Coverage/html-diagnostics.c @@ -2,6 +2,8 @@ // RUN: %clang_cc1 -analyze -analyzer-output=html -analyzer-checker=core -o %t %s // RUN: cat %t/*.html | FileCheck %s +// REQUIRES: staticanalyzer + // Because of the glob (*.html) // REQUIRES: shell -- cgit v1.1