diff options
-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; |