1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 20:47:46 +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"); test_helper("human-numeric-whitespace", "-h");
} }
// This doesn't test the ext sort feature as such, just this codepath where // This tests the ext sort feature, but it also tests where
// ext sort can fail when reading back JSON if it finds a null value // serde might fail when reading back JSON if it finds a null value
#[test] #[test]
fn test_extsort_as64_bailout() { fn test_extsort_as64_bailout() {
new_ucmd!() new_ucmd!()