From: Nuno Lopes Date: Wed, 26 Nov 2008 15:50:12 +0000 (+0000) Subject: add missing RUN lines X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a8a6ef82ce903de65aee554f3d6c1c175de7da2f;p=clang add missing RUN lines git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60107 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Analysis/CGColorSpace.c b/test/Analysis/CGColorSpace.c index 793f75faeb..97bf27982c 100644 --- a/test/Analysis/CGColorSpace.c +++ b/test/Analysis/CGColorSpace.c @@ -1,4 +1,4 @@ -// clang -checker-cfref -verify %s +// RUN: clang -checker-cfref -verify %s typedef struct CGColorSpace *CGColorSpaceRef; extern CGColorSpaceRef CGColorSpaceCreateDeviceRGB(void); diff --git a/test/Sema/PR2919-builtin-types-compat-strips-crv.c b/test/Sema/PR2919-builtin-types-compat-strips-crv.c index 75d0bdcea6..0e374881ab 100644 --- a/test/Sema/PR2919-builtin-types-compat-strips-crv.c +++ b/test/Sema/PR2919-builtin-types-compat-strips-crv.c @@ -1,3 +1,5 @@ +// RUN: clang -fsyntax-only %s + typedef struct foo T0; typedef const struct foo T1;