diff options
| author | Alex McCarthy <alexmc@google.com> | 2014-04-30 14:18:41 +0000 |
|---|---|---|
| committer | Alex McCarthy <alexmc@google.com> | 2014-04-30 14:18:41 +0000 |
| commit | 8f877cbe5cd48ea83a756a12a12bb154460bf0e4 (patch) | |
| tree | d347054c4a467fbbb30c6dad29fe026ae942026e | |
| parent | fec08c72beca9c209ecbef7df8e67663e9958919 (diff) | |
| download | bcm5719-llvm-8f877cbe5cd48ea83a756a12a12bb154460bf0e4.tar.gz bcm5719-llvm-8f877cbe5cd48ea83a756a12a12bb154460bf0e4.zip | |
Test cleanup recommended in http://reviews.llvm.org/D3556
llvm-svn: 207653
| -rw-r--r-- | clang-tools-extra/test/clang-tidy/temporaries.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/clang-tools-extra/test/clang-tidy/temporaries.cpp b/clang-tools-extra/test/clang-tidy/temporaries.cpp index a90ef63a56b..8719880bedc 100644 --- a/clang-tools-extra/test/clang-tidy/temporaries.cpp +++ b/clang-tools-extra/test/clang-tidy/temporaries.cpp @@ -1,7 +1,4 @@ -// RUN: clang-tidy -checks=clang-analyzer-core.NullDereference -disable-checks='' -analyze-temporary-dtors %s -- > %t.log -// FileCheck complains if the input file is empty, so add a dummy line. -// RUN: echo foo >> %t.log -// RUN: FileCheck %s < %t.log +// RUN: clang-tidy -checks=clang-analyzer-core.NullDereference -disable-checks='' -analyze-temporary-dtors %s -- | FileCheck %s struct NoReturnDtor { ~NoReturnDtor() __attribute__((noreturn)); |

