diff options
author | Tanya Lattner <tonic@nondot.org> | 2004-11-06 20:38:27 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2004-11-06 20:38:27 +0000 |
commit | 12ff96854d6f03dd6cc67abb68843fd8b94e065b (patch) | |
tree | 802c948bbb9372b04be00a607f8030a671079b65 /test/CFrontend/2003-08-30-AggregateInitializer.c | |
parent | d2fb4d7906e9e89f4069c014a8c0b8bda0a3563f (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.c | 2 |
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; }; |