mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-09-15 03:26:18 +00:00
sort: fix incorrectly placed "}" in test
This commit is contained in:
parent
1725479c06
commit
09adf77503
1 changed files with 13 additions and 13 deletions
|
@ -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"))]
|
||||
{
|
||||
|
@ -54,7 +55,6 @@ fn test_buffer_sizes() {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_invalid_buffer_size() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue