aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Lopes <nunoplopes@sapo.pt>2009-01-30 13:01:29 +0000
committerNuno Lopes <nunoplopes@sapo.pt>2009-01-30 13:01:29 +0000
commit282f7534c13671d9644169990496252bd317a224 (patch)
treefc1bf32c08b6b95c3f63cb5fcd2e12b0c3a418e5
parent5b2c6d902a16ad3833c7a41b52832ee2397acc3d (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.c2
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;