Disable test in a way that keeps lit happy.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127962 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar 2011-03-20 00:04:51 +00:00
parent d2eff137ca
commit 579967a7ec

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;