1
Fork 0
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:
Daniel Hofstetter 2024-03-13 07:19:42 +01:00
parent 1725479c06
commit 09adf77503

View file

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