Skip to content

Commit 9a5c9a5

Browse files
authored
comment on test
1 parent bd73150 commit 9a5c9a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test-cargo-miri/tests/test.rs

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ fn fail_index_check() {
6666
fn page_size() {
6767
let page_size = page_size::get();
6868

69+
// In particular, this checks that it is not 0.
6970
assert!(
7071
page_size.next_power_of_two() == page_size,
7172
"page size not a power of two: {}",

0 commit comments

Comments
 (0)