diff options
author | Richard Trieu <rtrieu@google.com> | 2013-07-02 20:49:10 +0000 |
---|---|---|
committer | Richard Trieu <rtrieu@google.com> | 2013-07-02 20:49:10 +0000 |
commit | 1466faf8a6cd73dcff7e35bfca622d736d4aeb33 (patch) | |
tree | 6f78410797cab197fd20488a950050d9ed233a1e | |
parent | c5aff0550f8f73521a8cab7b26d7280e01921da2 (diff) | |
download | bcm5719-llvm-1466faf8a6cd73dcff7e35bfca622d736d4aeb33.tar.gz bcm5719-llvm-1466faf8a6cd73dcff7e35bfca622d736d4aeb33.zip |
Redirect the output of a test to a temporary file to prevent messing up
the test environment.
llvm-svn: 185470
-rw-r--r-- | clang/test/CodeGen/PR15826.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/PR15826.c b/clang/test/CodeGen/PR15826.c index e002c3e6108..9ce17849939 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 { |