[clang] f0f548a - [clang] Make test separator-agnostic
Jan Svoboda via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 8 16:56:14 PDT 2023
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: "{{()|(.*:.*)}}")
More information about the cfe-commits
mailing list