diff options
-rw-r--r-- | test/CodeGenObjC/2011-03-08-IVarLookup.m | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/CodeGenObjC/2011-03-08-IVarLookup.m b/test/CodeGenObjC/2011-03-08-IVarLookup.m index 56becd1bc7..a24b98c3ac 100644 --- a/test/CodeGenObjC/2011-03-08-IVarLookup.m +++ b/test/CodeGenObjC/2011-03-08-IVarLookup.m @@ -1,6 +1,4 @@ // RUN: %clang -S -emit-llvm -m64 -fobjc-abi-version=2 %s -o /dev/null -// XFAIL: * -// XTARGET: darwin typedef unsigned int UInt_t; |