From 1466faf8a6cd73dcff7e35bfca622d736d4aeb33 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. llvm-svn: 185470 --- clang/test/CodeGen/PR15826.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/CodeGen/PR15826.c b/clang/test/CodeGen/PR15826.c index e002c3e6108b..9ce178499390 100644 --- a/clang/test/CodeGen/PR15826.c +++ b/clang/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 {