Skip to content

Commit

Permalink
pacify tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Jul 11, 2018
1 parent 5cebe34 commit 87c8c46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libcore/tests/slice.rs
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ fn test_iter_consistency() {
let v : &[T] = &[x, x, x];
let len = v.len();

// TODO: Once #42789 is resolved, also compare the locations with each other
// FIXME: Once #42789 is resolved, also compare the locations with each other
// and with slice patterns.

for i in 0..len {
Expand All @@ -413,7 +413,7 @@ fn test_iter_consistency() {
let v : &mut [T] = &mut [x, x, x];
let len = v.len();

// TODO: Once #42789 is resolved, also compare the locations with each other
// FIXME: Once #42789 is resolved, also compare the locations with each other
// and with slice patterns.

for i in 0..len {
Expand Down

0 comments on commit 87c8c46

Please sign in to comment.