1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

Fix test comment

This commit is contained in:
electricboogie 2021-04-25 13:08:55 -05:00
parent 2f37b85426
commit ab594b7b4c

View file

@ -59,8 +59,8 @@ fn test_human_numeric_whitespace() {
test_helper("human-numeric-whitespace", "-h");
}
// This doesn't test the ext sort feature as such, just this codepath where
// ext sort can fail when reading back JSON if it finds a null value
// This tests the ext sort feature, but it also tests where
// serde might fail when reading back JSON if it finds a null value
#[test]
fn test_extsort_as64_bailout() {
new_ucmd!()