Skip to content

Commit

Permalink
windows test
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Oct 6, 2023
1 parent 35bc184 commit 4d527f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/distributed_slice.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,5 @@ fn test_elided_lifetime() {
static ELEMENT: &str = "...";

assert!(!MYSLICE.is_empty());
assert_eq!(MYSLICE[0], "...");
}

0 comments on commit 4d527f8

Please sign in to comment.