]> granicus.if.org Git - clang/commitdiff
This test no longer fails.
authorTed Kremenek <kremenek@apple.com>
Mon, 4 May 2009 06:45:58 +0000 (06:45 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 4 May 2009 06:45:58 +0000 (06:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70834 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/fields.c

index 8b88578a0e9f5e41aec5b49766fa4ca89343ece2..c012a9da7b8102e51c807923c303e5039d2f6854 100644 (file)
@@ -1,6 +1,5 @@
 // RUN: clang-cc -analyze -checker-cfref %s --analyzer-store=basic -verify &&
 // RUN: clang-cc -analyze -checker-cfref %s --analyzer-store=region -verify
-// XFAIL
 
 unsigned foo();
 typedef struct bf { unsigned x:2; } bf;