Skip to content

Commit

Permalink
Work around different filenames for DLLs
Browse files Browse the repository at this point in the history
  • Loading branch information
camelid committed Oct 12, 2021
1 parent cc6a090 commit bf2d2e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/test/ui/crate-loading/crateresolve1.rs
Expand Up @@ -4,7 +4,7 @@

// normalize-stderr-test: "\.nll/" -> "/"
// normalize-stderr-test: "\\\?\\" -> ""
// normalize-stderr-test: "libcrateresolve1-([123])\.[a-z]+" -> "libcrateresolve1-$1.somelib"
// normalize-stderr-test: "(lib)?crateresolve1-([123])\.[a-z]+" -> "libcrateresolve1-$2.somelib"

// NOTE: This test is duplicated at `src/test/ui/error-codes/E0464.rs`.

Expand Down
2 changes: 1 addition & 1 deletion src/test/ui/error-codes/E0464.rs
Expand Up @@ -4,7 +4,7 @@

// normalize-stderr-test: "\.nll/" -> "/"
// normalize-stderr-test: "\\\?\\" -> ""
// normalize-stderr-test: "libcrateresolve1-([123])\.[a-z]+" -> "libcrateresolve1-$1.somelib"
// normalize-stderr-test: "(lib)?crateresolve1-([123])\.[a-z]+" -> "libcrateresolve1-$2.somelib"

// NOTE: This test is duplicated from `src/test/ui/crate-loading/crateresolve1.rs`.

Expand Down

0 comments on commit bf2d2e5

Please sign in to comment.