1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 05:27:45 +00:00

Merge pull request #6064 from cakebaker/sort_fix_6062

sort: fix incorrectly placed "}" in test
This commit is contained in:
Sylvestre Ledru 2024-03-13 08:21:54 +01:00 committed by GitHub
commit 5d1b16e1cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,6 +38,7 @@ fn test_buffer_sizes() {
.arg("ext_sort.txt")
.succeeds()
.stdout_is_fixture("ext_sort.expected");
}
#[cfg(not(target_pointer_width = "32"))]
{
@ -53,7 +54,6 @@ fn test_buffer_sizes() {
.stdout_is_fixture("ext_sort.expected");
}
}
}
}
#[test]