mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
Fix ui tests
This commit is contained in:
parent
8395822a0b
commit
ad9f97f402
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.43)), ignore)]
|
||||
#[rustversion::attr(any(not(stable), before(1.45), since(1.46)), ignore)]
|
||||
#[test]
|
||||
fn ui() {
|
||||
let t = trybuild::TestCases::new();
|
||||
|
|
Loading…
Reference in a new issue