Skip to content

Commit dddce99

Browse files
author
Devang Patel
committed
Try again to make this test darwin only.
llvm-svn: 128036
1 parent e4840e2 commit dddce99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/test/FrontendC/2011-03-18-StructReturn.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// RUN: %llvmgcc %s -m64 -S -O0 -o - | FileCheck %s
2-
// XTARGET: x86_64-apple-darwin
2+
// XFAIL: *
3+
// XTARGET: darwin
34
// Radar 9156771
45
typedef struct RGBColor {
56
unsigned short red;

0 commit comments

Comments
 (0)