Skip to content

Commit

Permalink
review comment: reword test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
estebank committed Aug 6, 2019
1 parent 64469ac commit 3144b0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/test/ui/issues/issue-15919-32.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ fn main() {
let x = [0usize; 0xffff_ffff]; //~ ERROR too big
}

// These two tests need to have different literals, as we can't rely on conditional compilation
// for them while retaining the same spans/lines.
// This and the -64 version of this test need to have different literals, as we can't rely on
// conditional compilation for them while retaining the same spans/lines.
4 changes: 2 additions & 2 deletions src/test/ui/issues/issue-15919-64.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ fn main() {
let x = [0usize; 0xffff_ffff_ffff_ffff]; //~ ERROR too big
}

// These two tests need to have different literals, as we can't rely on conditional compilation
// for them while retaining the same spans/lines.
// This and the -32 version of this test need to have different literals, as we can't rely on
// conditional compilation for them while retaining the same spans/lines.

0 comments on commit 3144b0a

Please sign in to comment.