From c16f207ec8b276f057b79f6ce2687f0aa55dac68 Mon Sep 17 00:00:00 2001 From: Richard Trieu Date: Tue, 2 Jul 2013 20:49:10 +0000 Subject: [PATCH] Redirect the output of a test to a temporary file to prevent messing up the test environment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@185470 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/PR15826.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/PR15826.c b/test/CodeGen/PR15826.c index e002c3e610..9ce1784993 100644 --- a/test/CodeGen/PR15826.c +++ b/test/CodeGen/PR15826.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -verify -emit-llvm %s +// RUN: %clang_cc1 -verify -emit-llvm %s -o %t /* Testcase for PR15826 - clang hits assert in clang::ASTContext::getASTRecordLayout */ struct sysctl_req { -- 2.40.0