r201478 - Remove useless XPASS
Nico Rieck
nico.rieck at gmail.com
Sat Feb 15 23:29:55 PST 2014
Author: nrieck
Date: Sun Feb 16 01:29:55 2014
New Revision: 201478
URL: http://llvm.org/viewvc/llvm-project?rev=201478&view=rev
Log:
Remove useless XPASS
Modified:
cfe/trunk/test/Analysis/temp-obj-dtors-cfg-output.cpp
Modified: cfe/trunk/test/Analysis/temp-obj-dtors-cfg-output.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Analysis/temp-obj-dtors-cfg-output.cpp?rev=201478&r1=201477&r2=201478&view=diff
==============================================================================
--- cfe/trunk/test/Analysis/temp-obj-dtors-cfg-output.cpp (original)
+++ cfe/trunk/test/Analysis/temp-obj-dtors-cfg-output.cpp Sun Feb 16 01:29:55 2014
@@ -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:
More information about the cfe-commits
mailing list