[clang] abc87ad - Remove slash in check string to fix the test that is failng on windows
Akira Hatanaka via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 7 16:19:32 PST 2022
Author: Akira Hatanaka
Date: 2022-12-07T16:17:29-08:00
New Revision: abc87ad4ed6cc5e6568751f375d1c646edb502f7
URL: https://github.com/llvm/llvm-project/commit/abc87ad4ed6cc5e6568751f375d1c646edb502f7
DIFF: https://github.com/llvm/llvm-project/commit/abc87ad4ed6cc5e6568751f375d1c646edb502f7.diff
LOG: Remove slash in check string to fix the test that is failng on windows
Added:
Modified:
clang/test/Preprocessor/print-header-json.c
Removed:
################################################################################
diff --git a/clang/test/Preprocessor/print-header-json.c b/clang/test/Preprocessor/print-header-json.c
index 6c5005ed5a54..d0d5e6b6f7d9 100644
--- a/clang/test/Preprocessor/print-header-json.c
+++ b/clang/test/Preprocessor/print-header-json.c
@@ -12,7 +12,7 @@
#include "header0.h"
#include "system2.h"
-// SUPPORTED: {"source":"{{[^,]*}}/print-header-json.c","includes":["{{[^,]*}}system0.h","{{[^,]*}}system3.h","{{[^,]*}}system2.h"]}
+// SUPPORTED: {"source":"{{[^,]*}}print-header-json.c","includes":["{{[^,]*}}system0.h","{{[^,]*}}system3.h","{{[^,]*}}system2.h"]}
// UNSUPPORTED0: error: unsupported combination: -header-include-format=textual and -header-include-filtering=only-direct-system
// UNSUPPORTED1: error: unsupported combination: -header-include-format=json and -header-include-filtering=none
More information about the cfe-commits
mailing list