diff options
| -rw-r--r-- | llvm/test/MC/MachO/gen-dwarf-cpp.s | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/MachO/gen-dwarf-cpp.s b/llvm/test/MC/MachO/gen-dwarf-cpp.s index bcc789c23c9..ad07bf6096a 100644 --- a/llvm/test/MC/MachO/gen-dwarf-cpp.s +++ b/llvm/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:                 ---- ---------- ---------- ---------------------------  | 

