aboutsummaryrefslogtreecommitdiff
path: root/test/CFrontend/2003-08-30-AggregateInitializer.c
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2004-11-06 20:38:27 +0000
committerTanya Lattner <tonic@nondot.org>2004-11-06 20:38:27 +0000
commit12ff96854d6f03dd6cc67abb68843fd8b94e065b (patch)
tree802c948bbb9372b04be00a607f8030a671079b65 /test/CFrontend/2003-08-30-AggregateInitializer.c
parentd2fb4d7906e9e89f4069c014a8c0b8bda0a3563f (diff)
Adding XFAIL lines for dejagnu support.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17514 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CFrontend/2003-08-30-AggregateInitializer.c')
-rw-r--r--test/CFrontend/2003-08-30-AggregateInitializer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CFrontend/2003-08-30-AggregateInitializer.c b/test/CFrontend/2003-08-30-AggregateInitializer.c
index 7ae173df92..c7a0f806b8 100644
--- a/test/CFrontend/2003-08-30-AggregateInitializer.c
+++ b/test/CFrontend/2003-08-30-AggregateInitializer.c
@@ -1,4 +1,4 @@
-
+// XFAIL: linux,sun,darwin
struct istruct {
unsigned char C;
};