diff options
| author | Adrian Prantl <aprantl@apple.com> | 2018-12-03 23:40:51 +0000 | 
|---|---|---|
| committer | Adrian Prantl <aprantl@apple.com> | 2018-12-03 23:40:51 +0000 | 
| commit | e3e1d97f2d4f53498cf5e878b5fd06331729cedc (patch) | |
| tree | 72ceec5f086973ffc5023e249fb19454efabf97a /clang | |
| parent | 86526d56388f7120890c91b5769968779fa3e518 (diff) | |
| download | bcm5719-llvm-e3e1d97f2d4f53498cf5e878b5fd06331729cedc.tar.gz bcm5719-llvm-e3e1d97f2d4f53498cf5e878b5fd06331729cedc.zip  | |
Relax test even more for Windows
llvm-svn: 348213
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/test/CodeGen/debug-prefix-map.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/debug-prefix-map.c b/clang/test/CodeGen/debug-prefix-map.c index 2c2b0e27e5e..e66866ba6c3 100644 --- a/clang/test/CodeGen/debug-prefix-map.c +++ b/clang/test/CodeGen/debug-prefix-map.c @@ -36,5 +36,5 @@ void test_rewrite_includes() {  // CHECK-NOT: !DIFile(filename:  // CHECK-COMPILATION-DIR: !DIFile(filename: "{{.*}}", directory: "/var/empty") -// CHECK-COMPILATION-DIR: !DIFile(filename: "Inputs/stdio.h", directory: "/var/empty") +// CHECK-COMPILATION-DIR: !DIFile(filename: "{{.*}}Inputs/stdio.h", directory: "/var/empty")  // CHECK-COMPILATION-DIR-NOT: !DIFile(filename:  | 

