From: Daniel Dunbar Date: Sun, 20 Mar 2011 00:04:51 +0000 (+0000) Subject: Disable test in a way that keeps lit happy. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=579967a7ecedd1df1da5c42094d11ff961e28373;p=oota-llvm.git 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 --- diff --git a/test/FrontendC/2011-03-18-StructReturn.c b/test/FrontendC/2011-03-18-StructReturn.c index 4e58e607f80..b4f00b0d85a 100644 --- a/test/FrontendC/2011-03-18-StructReturn.c +++ b/test/FrontendC/2011-03-18-StructReturn.c @@ -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;