Skip to content

Commit

Permalink
fix windows CI?
Browse files Browse the repository at this point in the history
  • Loading branch information
oscartbeaumont committed Sep 21, 2023
1 parent b474b8e commit 17a73d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/duplicate_ty_name.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ fn test_duplicate_ty_name() {
#[cfg(target_os = "windows")]
let err = Err(ExportError::DuplicateTypeName(
"One".into(),
impl_location("tests\\duplicate_ty_name.rs:9:14"),
impl_location("tests\\duplicate_ty_name.rs:19:14"),
impl_location("tests\\duplicate_ty_name.rs:9:14"),
));

assert_eq!(export::<Demo>(&Default::default()), err);
Expand Down

0 comments on commit 17a73d0

Please sign in to comment.