diff options
-rw-r--r-- | test/Analysis/null-deref-ps.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Analysis/null-deref-ps.c b/test/Analysis/null-deref-ps.c index a085d5a963..87d7938242 100644 --- a/test/Analysis/null-deref-ps.c +++ b/test/Analysis/null-deref-ps.c @@ -1,4 +1,5 @@ // RUN: clang -std=gnu99 -checker-simple -verify %s +// RUN: clang -std=gnu99 -checker-simple -analyzer-store-region -verify %s #include<stdint.h> #include <assert.h> |