Disable test in a way that keeps lit happy.
llvm-svn: 127962
This commit is contained in:
parent
13b4e68642
commit
76c90c65e2
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue