diff options
author | Nuno Lopes <nunoplopes@sapo.pt> | 2008-11-26 15:50:12 +0000 |
---|---|---|
committer | Nuno Lopes <nunoplopes@sapo.pt> | 2008-11-26 15:50:12 +0000 |
commit | a8a6ef82ce903de65aee554f3d6c1c175de7da2f (patch) | |
tree | 1f9c221f69a4cbc520447a139f80c4f0cb4fadec | |
parent | 7ffd0defb993f82449afb18bb85a734e4b1bc308 (diff) |
add missing RUN lines
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60107 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Analysis/CGColorSpace.c | 2 | ||||
-rw-r--r-- | test/Sema/PR2919-builtin-types-compat-strips-crv.c | 2 |
2 files changed, 3 insertions, 1 deletions
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; |