mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 22:32:33 +00:00
Rename trybuild file to ui
This commit is contained in:
parent
7616a5fa2e
commit
68ce9dd6ec
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
|
||||
#[rustversion::attr(any(not(stable), before(1.42)), ignore)]
|
||||
#[rustversion::attr(any(not(stable), before(1.43)), ignore)]
|
||||
#[test]
|
||||
fn ui() {
|
||||
let t = trybuild::TestCases::new();
|
Loading…
Reference in a new issue