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 | c3a558fd45c4f114f609e3305bda9f50f7d56e9d (patch) | |
| tree | bbe1f6e5c3b441e993f40765f5f1ed57c12add48 | |
| parent | 92f95eb7396c045acc808bd4bca38c7cd6acaad1 (diff) | |
| download | bcm5719-llvm-c3a558fd45c4f114f609e3305bda9f50f7d56e9d.tar.gz bcm5719-llvm-c3a558fd45c4f114f609e3305bda9f50f7d56e9d.zip | |
enable test as it works
llvm-svn: 63391
| -rw-r--r-- | clang/test/Analysis/uninit-vals-ps-region.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/uninit-vals-ps-region.c b/clang/test/Analysis/uninit-vals-ps-region.c index 830e32ad8fa..73c23590e3a 100644 --- a/clang/test/Analysis/uninit-vals-ps-region.c +++ b/clang/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; |

