summaryrefslogtreecommitdiffstats
path: root/test/FixIt/fixit-pmem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/FixIt/fixit-pmem.cpp')
-rw-r--r--test/FixIt/fixit-pmem.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/FixIt/fixit-pmem.cpp b/test/FixIt/fixit-pmem.cpp
index 0926309..b69eadf 100644
--- a/test/FixIt/fixit-pmem.cpp
+++ b/test/FixIt/fixit-pmem.cpp
@@ -1,4 +1,7 @@
-// RUN: %clang_cc1 -pedantic -fixit %s -o - | %clang_cc1 -fsyntax-only -pedantic -Werror -x c++ -
+// RUN: cp %s %t
+// RUN: %clang_cc1 -pedantic -fixit -x c++ %t
+// RUN: %clang_cc1 -fsyntax-only -pedantic -Werror -x c++ %t
+// XFAIL: *
/* This is a test of the various code modification hints that are
provided as part of warning or extension diagnostics. All of the
OpenPOWER on IntegriCloud