From 6e3aceffd39eb8f7e750b5a8364269fc8efc0e53 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 17 Mar 2014 05:31:54 +0000 Subject: [PATCH] llvm/test/MC/MachO/gen-dwarf-cpp.s: Relax an expression to match DOS pat. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204030 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/MachO/gen-dwarf-cpp.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/MC/MachO/gen-dwarf-cpp.s b/test/MC/MachO/gen-dwarf-cpp.s index d5cda27ec58..04a9508aae2 100644 --- a/test/MC/MachO/gen-dwarf-cpp.s +++ b/test/MC/MachO/gen-dwarf-cpp.s @@ -14,7 +14,7 @@ L1: leave // rdar://9275556 // We check that the source name "t.s" is picked up -// CHECK: include_directories[ 1] = '{{.*}}/test/MC/MachO' +// CHECK: include_directories[ 1] = '{{.*[/\\]}}test{{[/\\]}}MC{{[/\\]}}MachO' // CHECK: include_directories[ 2] = 'inc' // CHECK: Dir Mod Time File Len File Name // CHECK: ---- ---------- ---------- --------------------------- -- 2.34.1