summaryrefslogtreecommitdiffstats
path: root/tests/driver/exitcode_good_error_always.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/driver/exitcode_good_error_always.c')
-rw-r--r--tests/driver/exitcode_good_error_always.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/driver/exitcode_good_error_always.c b/tests/driver/exitcode_good_error_always.c
new file mode 100644
index 0000000..475e014
--- /dev/null
+++ b/tests/driver/exitcode_good_error_always.c
@@ -0,0 +1,19 @@
+//===--- exitcode_good_error_always.c - test input file for iwyu ----------===//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
+// IWYU_ARGS: -Xiwyu --error_always
+
+// When --error_always is provided, IWYU exits with error even if analysis
+// succeeds.
+
+/**** IWYU_SUMMARY(1)
+
+(tests/driver/exitcode_good_error_always.c has correct #includes/fwd-decls)
+
+***** IWYU_SUMMARY */