mirror of
https://github.com/uutils/coreutils
synced 2024-11-16 17:58:06 +00:00
403a6a3935
- ref: <https://users.rust-lang.org/t/imports-can-only-refer-to-extern-crate-names/24388> @@ <https://archive.is/iCaXp>
6 lines
86 B
Rust
6 lines
86 B
Rust
use crate::common::util::*;
|
|
|
|
#[test]
|
|
fn test_exit_code() {
|
|
new_ucmd!().fails();
|
|
}
|