Skip to content

Commit

Permalink
wip: debug windows file path
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyg committed Dec 19, 2024
1 parent c9e7d6e commit e8274e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test-crates/tests/src/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -682,4 +682,10 @@ pub mod tests {

assert!(res.is_ok());
}

#[test]
fn test_file_macro() {
println!("Direct file!() output: {}", file!());
println!("As debug: {:?}", file!());
}
}

0 comments on commit e8274e7

Please sign in to comment.