[clang] aa1e391 - Fix test/Frontend/print-header-includes.c
Hans Wennborg via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 19 06:39:38 PDT 2021
Author: Hans Wennborg
Date: 2021-04-19T15:39:09+02:00
New Revision: aa1e3914020b1211e6bdd306d4f5f2010971d6ee
URL: https://github.com/llvm/llvm-project/commit/aa1e3914020b1211e6bdd306d4f5f2010971d6ee
DIFF: https://github.com/llvm/llvm-project/commit/aa1e3914020b1211e6bdd306d4f5f2010971d6ee.diff
LOG: Fix test/Frontend/print-header-includes.c
I managed to run the wrong tests before committing D100759.
Added:
Modified:
clang/test/Frontend/print-header-includes.c
Removed:
################################################################################
diff --git a/clang/test/Frontend/print-header-includes.c b/clang/test/Frontend/print-header-includes.c
index c7f84e221150c..292941d4353ec 100644
--- a/clang/test/Frontend/print-header-includes.c
+++ b/clang/test/Frontend/print-header-includes.c
@@ -9,7 +9,7 @@
// CHECK-NOT: .. {{.*test2.h}}
// RUN: %clang_cc1 -I%S -isystem %S/Inputs/SystemHeaderPrefix \
-// RUN: -E -H -show-skipped-includes -o /dev/null %s 2> %t.stderr
+// RUN: -E -H -fshow-skipped-includes -o /dev/null %s 2> %t.stderr
// RUN: FileCheck --check-prefix=SKIPPED < %t.stderr %s
// SKIPPED-NOT: . {{.*noline.h}}
More information about the cfe-commits
mailing list