From: Duncan Sands Date: Fri, 9 Nov 2007 13:50:25 +0000 (+0000) Subject: Thanks to the XTARGET line, this test should still X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=27b12384e673679845cdd91af759296b681516ca;p=oota-llvm.git Thanks to the XTARGET line, this test should still be run on darwin, but I have no way of checking... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43945 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/FrontendObjC/2007-09-25-EH.m b/test/FrontendObjC/2007-09-25-EH.m index 49b6b7fdbaf..5fa9cbb85d8 100644 --- a/test/FrontendObjC/2007-09-25-EH.m +++ b/test/FrontendObjC/2007-09-25-EH.m @@ -1,4 +1,5 @@ // RUN: %llvmgcc -c -w -m64 -mmacosx-version-min=10.5 %s -o /dev/null +// XFAIL: * // XTARGET: darwin @class NSDictionary, DSoBuffer, DSoDirectory, NSMutableArray; @interface NSException {}