Skip to content

Commit

Permalink
Fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbembenek committed Dec 19, 2022
1 parent fa6a70f commit 8946d5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/cargo-kani/stubbing-use-foreign/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ fn one() -> u32 {
}

fn two() -> u32 {
2
2
}
2 changes: 1 addition & 1 deletion tests/kani/Stubbing/resolve_use_glob.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ mod my_mod {
}

fn two() -> u32 {
2
2
}
}

0 comments on commit 8946d5a

Please sign in to comment.