summaryrefslogtreecommitdiffstats
path: root/test/Analysis/new.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/new.cpp')
-rw-r--r--test/Analysis/new.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Analysis/new.cpp b/test/Analysis/new.cpp
index 29ac5ee..5ca8c46 100644
--- a/test/Analysis/new.cpp
+++ b/test/Analysis/new.cpp
@@ -1,4 +1,5 @@
// RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-store region -verify %s
+// XFAIL: *
void f1() {
int *n = new int;
OpenPOWER on IntegriCloud