Try again to make this test darwin only.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128036 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Devang Patel 2011-03-21 23:11:08 +00:00
parent 1dbf6f5ab4
commit ffcb717488

View File

@ -1,5 +1,6 @@
// RUN: %llvmgcc %s -m64 -S -O0 -o - | FileCheck %s
// XTARGET: x86_64-apple-darwin
// XFAIL: *
// XTARGET: darwin
// Radar 9156771
typedef struct RGBColor {
unsigned short red;