Skip to content

Commit 3cb8345

Browse files
x-hgg-xlopopolo
andauthored
Update src/tests/rust_fmt_argument_max_padding.rs
Co-authored-by: Ryan Lopopolo <[email protected]>
1 parent 8f189ba commit 3cb8345

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tests/rust_fmt_argument_max_padding.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ fn test_larger_than_int_max_formats_are_returned_verbatim() {
3939
"%100000000000000000000c",
4040
"%1000000000000c",
4141
"%10000000000c",
42+
"%2147483648c", // `INT_MAX + 1`
4243
] {
4344
check_all(&times, format, &[format, format]);
4445
}

0 commit comments

Comments
 (0)