diff options
| author | Matt Weber <30441572+mweber15@users.noreply.github.com> | 2024-12-02 21:59:34 -0500 |
|---|---|---|
| committer | Matt Weber <30441572+mweber15@users.noreply.github.com> | 2024-12-02 21:59:34 -0500 |
| commit | e9fbb6f27177d9e7579af064c18184114ed9cec9 (patch) | |
| tree | 0ac37ac359487d2757ff7787564c6a23eae58fc7 /tests/codegen/issues/issue-98678-async.rs | |
| parent | d1515937818b98c944ff85efd0f30dba8503102e (diff) | |
| download | rust-e9fbb6f27177d9e7579af064c18184114ed9cec9.tar.gz rust-e9fbb6f27177d9e7579af064c18184114ed9cec9.zip | |
Fix tests when using MinGW
Diffstat (limited to 'tests/codegen/issues/issue-98678-async.rs')
| -rw-r--r-- | tests/codegen/issues/issue-98678-async.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen/issues/issue-98678-async.rs b/tests/codegen/issues/issue-98678-async.rs index df413537f01..75f5d82eee5 100644 --- a/tests/codegen/issues/issue-98678-async.rs +++ b/tests/codegen/issues/issue-98678-async.rs @@ -6,7 +6,7 @@ // ignore-tidy-linelength -// NONMSVC-DAG: ![[#FILE:]] = !DIFile({{.*}}filename:{{.*}}/issue-98678-async.rs{{".*}}) +// NONMSVC-DAG: ![[#FILE:]] = !DIFile({{.*}}filename:{{.*[/\\]}}issue-98678-async.rs{{".*}}) // MSVC: ![[#FILE:]] = !DIFile({{.*}}filename:{{.*}}\\issue-98678-async.rs{{".*}}) // NONMSVC-DAG: !DISubprogram(name: "foo",{{.*}}file: ![[#FILE]]{{.*}}line: [[# @LINE + 2]], |
