summaryrefslogtreecommitdiffstats
path: root/test/FixIt/fixit-include.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/FixIt/fixit-include.c')
-rw-r--r--test/FixIt/fixit-include.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FixIt/fixit-include.c b/test/FixIt/fixit-include.c
index 383c513..fd5d7a9 100644
--- a/test/FixIt/fixit-include.c
+++ b/test/FixIt/fixit-include.c
@@ -3,7 +3,7 @@
// RUN: cp %S/fixit-include.h %T
// RUN: not %clang_cc1 -fsyntax-only -fixit %t
// RUN: %clang_cc1 -Wall -pedantic %t
-// RUN: %clang_cc1 -fsyntax-only -fdiagnostics-parseable-fixits %s 2>&1 | FileCheck %s
+// RUN: not %clang_cc1 -fsyntax-only -fdiagnostics-parseable-fixits %s 2>&1 | FileCheck %s
#include <fixit-include.h> // expected-error {{'fixit-include.h' file not found with <angled> include; use "quotes" instead}}
// CHECK: fix-it:{{.*}}:{8:10-8:27}
OpenPOWER on IntegriCloud