Skip to content

Commit

Permalink
Disable test in a way that keeps lit happy.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127962 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
ddunbar committed Mar 20, 2011
1 parent d2eff13 commit 579967a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/FrontendC/2011-03-18-StructReturn.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// R UN: %llvmgcc %s -S -O0 -o - | FileCheck %s
// RUN: %llvmgcc %s -S -O0 -o - | FileCheck %s
// REQUIRES: disabled
// Radar 9156771
typedef struct RGBColor {
unsigned short red;
Expand Down

0 comments on commit 579967a

Please sign in to comment.