Skip to content

Commit 3144b0a

Browse files
committed
review comment: reword test comment
1 parent 64469ac commit 3144b0a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: src/test/ui/issues/issue-15919-32.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ fn main() {
88
let x = [0usize; 0xffff_ffff]; //~ ERROR too big
99
}
1010

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

Diff for: src/test/ui/issues/issue-15919-64.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ fn main() {
88
let x = [0usize; 0xffff_ffff_ffff_ffff]; //~ ERROR too big
99
}
1010

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

0 commit comments

Comments
 (0)