review comment: reword test comment

This commit is contained in:
Esteban Küber 2019-08-06 16:51:17 -07:00
parent 64469ac344
commit 3144b0aa04
2 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -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.