Skip to content

Commit

Permalink
Update crates/tests/core/tests/unknown.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Levick <rylev@users.noreply.github.com>
  • Loading branch information
kennykerr and rylev committed Sep 8, 2022
1 parent 31f7d30 commit af0d73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/tests/core/tests/unknown.rs
Expand Up @@ -54,7 +54,7 @@ fn test_unknown() {
}

#[test]
fn test_test() {
fn test_pointer_conversion_functions() {
unsafe {
let mut dropped = 0;
let test: ITest = Test { drop: &mut dropped }.into();
Expand Down

0 comments on commit af0d73b

Please sign in to comment.