summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/fixit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/SemaCXX/fixit.cpp')
-rw-r--r--clang/test/SemaCXX/fixit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaCXX/fixit.cpp b/clang/test/SemaCXX/fixit.cpp
index a8859ab8cdd..9741d4af3c2 100644
--- a/clang/test/SemaCXX/fixit.cpp
+++ b/clang/test/SemaCXX/fixit.cpp
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -pedantic -verify %s
+// RUN: clang-cc -fsyntax-only -pedantic -fixit %s -o - | clang-cc -fsyntax-only -pedantic -Werror -x c++ -
/* This is a test of the various code modification hints that are
provided as part of warning or extension diagnostics. Eventually,
OpenPOWER on IntegriCloud