diff options
| author | Michael Woerister <michaelwoerister@posteo> | 2022-04-29 19:36:02 +0200 |
|---|---|---|
| committer | Michael Woerister <michaelwoerister@posteo> | 2022-04-29 21:09:12 +0200 |
| commit | 3614bd3c45a8d0e5f27c0736e8966f6456a5cd75 (patch) | |
| tree | dcc587efaf03c52083600d83693bc08364a1d57c /src/test/codegen/remap_path_prefix | |
| parent | 683c582c1e88c573c454b7fa6f00bc6647421864 (diff) | |
| download | rust-3614bd3c45a8d0e5f27c0736e8966f6456a5cd75.tar.gz rust-3614bd3c45a8d0e5f27c0736e8966f6456a5cd75.zip | |
Fix duplicate directory separator in --remap-path-prefix.
Diffstat (limited to 'src/test/codegen/remap_path_prefix')
| -rw-r--r-- | src/test/codegen/remap_path_prefix/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/codegen/remap_path_prefix/main.rs b/src/test/codegen/remap_path_prefix/main.rs index 698dfe6b4f3..b13d576295c 100644 --- a/src/test/codegen/remap_path_prefix/main.rs +++ b/src/test/codegen/remap_path_prefix/main.rs @@ -22,7 +22,7 @@ fn main() { } // Here we check that local debuginfo is mapped correctly. -// CHECK: !DIFile(filename: "/the/src/remap_path_prefix/main.rs", directory: "/the/cwd/" +// CHECK: !DIFile(filename: "/the/src/remap_path_prefix/main.rs", directory: "/the/cwd" // And here that debuginfo from other crates are expanded to absolute paths. // CHECK: !DIFile(filename: "/the/aux-src/remap_path_prefix_aux.rs", directory: "" |
