diff options
author | Eric Christopher <echristo@apple.com> | 2011-08-20 01:08:46 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-08-20 01:08:46 +0000 |
commit | 7be2f46dcbfd8c48c77e0fd5c6512d861e478f15 (patch) | |
tree | 56ff5bdf8649aa51af7ae78eec62d4ac04730552 | |
parent | 89a179b6560b2c3cf157249d18386b33f3a4ef2d (diff) |
Remove XFAIL/XTARGET since this is passing on the other bots.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138182 91177308-0d34-0410-b5e6-96231b3b80d8
-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; |