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:
parent
2f37b85426
commit
ab594b7b4c
1 changed files with 2 additions and 2 deletions
|
@ -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!()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue