diff options
author | Nuno Lopes <nunoplopes@sapo.pt> | 2009-01-30 13:01:29 +0000 |
---|---|---|
committer | Nuno Lopes <nunoplopes@sapo.pt> | 2009-01-30 13:01:29 +0000 |
commit | 282f7534c13671d9644169990496252bd317a224 (patch) | |
tree | fc1bf32c08b6b95c3f63cb5fcd2e12b0c3a418e5 | |
parent | 5b2c6d902a16ad3833c7a41b52832ee2397acc3d (diff) |
enable test as it works
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63391 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Analysis/uninit-vals-ps-region.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/uninit-vals-ps-region.c b/test/Analysis/uninit-vals-ps-region.c index 830e32ad8f..73c23590e3 100644 --- a/test/Analysis/uninit-vals-ps-region.c +++ b/test/Analysis/uninit-vals-ps-region.c @@ -1,4 +1,4 @@ -// DISABLE: clang -analyze -checker-simple -analyzer-store-region -verify %s +// RUN: clang -analyze -checker-simple -analyzer-store-region -verify %s struct s { int data; |