Author: Jan Svoboda
Date: 2023-09-08T16:56:01-07:00
New Revision: f0f548a65a215c450d956dbcedb03656449705b9

URL: 
https://github.com/llvm/llvm-project/commit/f0f548a65a215c450d956dbcedb03656449705b9
DIFF: 
https://github.com/llvm/llvm-project/commit/f0f548a65a215c450d956dbcedb03656449705b9.diff

LOG: [clang] Make test separator-agnostic

Added: 
    

Modified: 
    clang/test/Modules/module-debuginfo-prefix.m

Removed: 
    


################################################################################
diff  --git a/clang/test/Modules/module-debuginfo-prefix.m 
b/clang/test/Modules/module-debuginfo-prefix.m
index 7874de701fb95c..0245ff1cabf7d5 100644
--- a/clang/test/Modules/module-debuginfo-prefix.m
+++ b/clang/test/Modules/module-debuginfo-prefix.m
@@ -23,4 +23,4 @@
 
 // Dir should always be empty, but on Windows we can't recognize /var
 // as being an absolute path.
-// CHECK: !DIFile(filename: "/OVERRIDE/DebugObjC.h", directory: 
"{{()|(.*:.*)}}")
+// CHECK: !DIFile(filename: "/OVERRIDE{{/|\\\\?}}DebugObjC.h", directory: 
"{{()|(.*:.*)}}")


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

Reply via email to