Disable test in a way that keeps lit happy.

llvm-svn: 127962
This commit is contained in:
Daniel Dunbar 2011-03-20 00:04:51 +00:00
parent 13b4e68642
commit 76c90c65e2
1 changed files with 2 additions and 1 deletions

View File

@ -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;