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


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to