]> granicus.if.org Git - clang/commitdiff
enable test as it works
authorNuno Lopes <nunoplopes@sapo.pt>
Fri, 30 Jan 2009 13:01:29 +0000 (13:01 +0000)
committerNuno Lopes <nunoplopes@sapo.pt>
Fri, 30 Jan 2009 13:01:29 +0000 (13:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63391 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/uninit-vals-ps-region.c

index 830e32ad8fa3de56d4cfc73e83ffe67e443d4307..73c23590e3ac7cbf60235e2ba02a769562691f0b 100644 (file)
@@ -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;