]> granicus.if.org Git - clang/commitdiff
Re-enable array-struct test.
authorZhongxing Xu <xuzhongxing@gmail.com>
Sun, 16 Nov 2008 04:47:39 +0000 (04:47 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Sun, 16 Nov 2008 04:47:39 +0000 (04:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59396 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/array-struct.c

index 6467998ac6b492cf453e8f3f709887fbd1447884..5f7331efa206d8a1356199f364e25a9987b27090 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: clang -checker-simple -verify %s
-// DISABLED: clang -checker-simple -analyzer-store-region -verify %s
+// RUN: clang -checker-simple -analyzer-store-region -verify %s
 
 struct s {
   int data;