Skip to content

Commit

Permalink
[fix] update compiletest to pull in proptest
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-russo committed Dec 15, 2024
1 parent 0b443b4 commit ad76373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proptest-derive/tests/compiletest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fn run_mode(src: &'static str, mode: &'static str) {

config.mode = mode.parse().expect("invalid mode");
config.target_rustcflags =
Some("-L ../target/debug/deps --edition=2018".to_owned());
Some("-L ../target/debug/deps --extern proptest --edition=2021".to_owned());
if let Ok(name) = env::var("TESTNAME") {
config.filters = vec![name];
}
Expand Down

0 comments on commit ad76373

Please sign in to comment.