Skip to content

Commit

Permalink
test: Don't run legacy tests with v4 behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jun 13, 2022
1 parent 483b64e commit b7668e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/builder/legacy/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![allow(deprecated)]
#![cfg(not(feature = "unstable-v4"))]

mod app_from_crate;
mod app_settings;
Expand Down
1 change: 1 addition & 0 deletions tests/derive/legacy/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![allow(deprecated)]
#![cfg(not(feature = "unstable-v4"))]

mod app_name;
mod arg_enum;
Expand Down

0 comments on commit b7668e8

Please sign in to comment.