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