From: Eric Christopher Date: Mon, 13 Sep 2010 21:51:42 +0000 (+0000) Subject: Try to get this to stop leaving a temporary file on linux. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c77c5cd7df6c451fd5898cad0005ddda81a6a102;p=clang Try to get this to stop leaving a temporary file on linux. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113793 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/statements.c b/test/CodeGen/statements.c index 0ea0597835..1d4f633f61 100644 --- a/test/CodeGen/statements.c +++ b/test/CodeGen/statements.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -Wreturn-type %s -emit-llvm -o /dev/null +// RUN: %clang_cc1 -Wreturn-type %s -emit-llvm-only void test1(int x) { switch (x) {