diff options
| author | Paul Robinson <paul.robinson@sony.com> | 2018-02-06 00:43:26 +0000 | 
|---|---|---|
| committer | Paul Robinson <paul.robinson@sony.com> | 2018-02-06 00:43:26 +0000 | 
| commit | 7b98be2c192ceeccd18daafb5129400866ff5188 (patch) | |
| tree | bb8bfe6ce49d3b286923238cc0fc9381d9a7f560 | |
| parent | feda4f6a50e7485519b6508f4c7406504d03534a (diff) | |
| download | bcm5719-llvm-7b98be2c192ceeccd18daafb5129400866ff5188.tar.gz bcm5719-llvm-7b98be2c192ceeccd18daafb5129400866ff5188.zip  | |
Fix regex from r324279 more better.
llvm-svn: 324298
| -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:                 ---- ---------- ---------- ---------------------------  | 

