Disable test in a way that keeps lit happy.
authorDaniel Dunbar <daniel@zuster.org>
Sun, 20 Mar 2011 00:04:51 +0000 (00:04 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sun, 20 Mar 2011 00:04:51 +0000 (00:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127962 91177308-0d34-0410-b5e6-96231b3b80d8

test/FrontendC/2011-03-18-StructReturn.c

index 4e58e607f804ececffac22b13be301ce875fb1ec..b4f00b0d85aa8f2fb9741de0c47f54564c62b2c0 100644 (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;