diff options
Diffstat (limited to 'test/COFF/pdb-same-name.test')
-rw-r--r-- | test/COFF/pdb-same-name.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/COFF/pdb-same-name.test b/test/COFF/pdb-same-name.test index 352bfc9f9942e..52535107ca16a 100644 --- a/test/COFF/pdb-same-name.test +++ b/test/COFF/pdb-same-name.test @@ -14,10 +14,10 @@ RAW: Modules RAW-NEXT: ============================================================ RAW-NEXT: Mod 0000 | `foo.obj`: -RAW-NEXT: Obj: `{{.*}}1\foo.lib`: +RAW-NEXT: Obj: `{{.*}}1{{[\\/]}}foo.lib`: RAW-NEXT: debug stream: 11, # files: 1, has ec info: false RAW-NEXT: pdb file ni: 0 ``, src file ni: 0 `` RAW-NEXT: Mod 0001 | `foo.obj`: -RAW-NEXT: Obj: `{{.*}}2\foo.lib`: +RAW-NEXT: Obj: `{{.*}}2{{[\\/]}}foo.lib`: RAW-NEXT: debug stream: 12, # files: 1, has ec info: false RAW-NEXT: pdb file ni: 0 ``, src file ni: 0 `` |