diff options
author | Paul Robinson <paul.robinson@sony.com> | 2018-02-05 22:30:00 +0000 |
---|---|---|
committer | Paul Robinson <paul.robinson@sony.com> | 2018-02-05 22:30:00 +0000 |
commit | ea27528b0a36dd9bc82d4b19ed46ec91f4c84880 (patch) | |
tree | 7420906fca93e53053d83ab56abd0cb07353e888 | |
parent | 3c23f6668b31c6645d5f4b1c99cc7fa04d8d9c7a (diff) | |
download | bcm5719-llvm-ea27528b0a36dd9bc82d4b19ed46ec91f4c84880.tar.gz bcm5719-llvm-ea27528b0a36dd9bc82d4b19ed46ec91f4c84880.zip |
Fix Windows bots for test from r324270.
llvm-svn: 324279
-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 08b07de9e96..bcc789c23c9 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: ---- ---------- ---------- --------------------------- |