This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
coreutils
Watch
2
Star
0
Fork
You've already forked coreutils
0
mirror of
https://github.com/uutils/coreutils
synced
2024-11-16 17:58:06 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
30c8a43788
coreutils
/
tests
/
by-util
/
test_true.rs
7 lines
89 B
Rust
Raw
Normal View
History
Unescape
Escape
tests ~ fix 'edition=2018' module import errors - ref: <https://users.rust-lang.org/t/imports-can-only-refer-to-extern-crate-names/24388> @@ <https://archive.is/iCaXp>
2020-05-25 17:05:26 +00:00
use
crate
::
common
::
util
::
*
;
rewrite tests for cargo compat, decoupled directory, output handling
2015-11-16 05:25:01 +00:00
#[
test
]
fn
test_exit_code
(
)
{
tests: remove helper function boilerplate via macros
2016-08-23 11:52:43 +00:00
new_ucmd!
(
)
.
succeeds
(
)
;
rewrite tests for cargo compat, decoupled directory, output handling
2015-11-16 05:25:01 +00:00
}
Reference in a new issue
Copy permalink