forked from OSchip/llvm-project
Test cleanup recommended in http://reviews.llvm.org/D3556
llvm-svn: 207653
This commit is contained in:
parent
fec08c72be
commit
8f877cbe5c
|
@ -1,7 +1,4 @@
|
||||||
// RUN: clang-tidy -checks=clang-analyzer-core.NullDereference -disable-checks='' -analyze-temporary-dtors %s -- > %t.log
|
// RUN: clang-tidy -checks=clang-analyzer-core.NullDereference -disable-checks='' -analyze-temporary-dtors %s -- | FileCheck %s
|
||||||
// FileCheck complains if the input file is empty, so add a dummy line.
|
|
||||||
// RUN: echo foo >> %t.log
|
|
||||||
// RUN: FileCheck %s < %t.log
|
|
||||||
|
|
||||||
struct NoReturnDtor {
|
struct NoReturnDtor {
|
||||||
~NoReturnDtor() __attribute__((noreturn));
|
~NoReturnDtor() __attribute__((noreturn));
|
||||||
|
|
Loading…
Reference in New Issue