Remove useless XPASS

llvm-svn: 201478
This commit is contained in:
Nico Rieck 2014-02-16 07:29:55 +00:00
parent e6a1582595
commit 40ec9188b6
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
// RUN: rm -f %t
// RUN: %clang_cc1 -analyze -analyzer-checker=debug.DumpCFG -analyzer-config cfg-temporary-dtors=true %s > %t 2>&1
// RUN: FileCheck --input-file=%t %s
// XPASS: *
class A {
public: