Skip to content

Commit

Permalink
Add missing test
Browse files Browse the repository at this point in the history
  • Loading branch information
nilehmann committed Dec 18, 2023
1 parent 8d57ce4 commit 86bee5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/flux-tests/tests/pos/surface/vec_get.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
pub fn test_get(vec: Vec<i32>) {
let _ = vec.get(0);
}

0 comments on commit 86bee5c

Please sign in to comment.