diff options
author | Nuno Lopes <nunoplopes@sapo.pt> | 2009-01-30 14:03:37 +0000 |
---|---|---|
committer | Nuno Lopes <nunoplopes@sapo.pt> | 2009-01-30 14:03:37 +0000 |
commit | 2612903c0b83af6c2b0268797dff340174eef55f (patch) | |
tree | 9c2710882111a175d122ec1740e486f8d332a27f | |
parent | 282f7534c13671d9644169990496252bd317a224 (diff) |
fix RUN line
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63392 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Analysis/rdar-6541136.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/rdar-6541136.c b/test/Analysis/rdar-6541136.c index 919a21dc21..524f154adc 100644 --- a/test/Analysis/rdar-6541136.c +++ b/test/Analysis/rdar-6541136.c @@ -1,4 +1,4 @@ -// clang -verify -analyze -checker-cfref -analyzer-store-basic %s +// RUN: clang -verify -analyze -checker-cfref -analyzer-store-basic %s struct tea_cheese { unsigned magic; }; typedef struct tea_cheese kernel_tea_cheese_t; |