mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2026-01-16 02:01:05 +00:00
- 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();
|
|
}
|