Skip to content

Commit

Permalink
add support of language v2 to aptos test (aptos-labs#13978)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahxephon89 authored Jul 13, 2024
1 parent 84ab6fa commit d2fcf09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/aptos/src/move_tool/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,7 @@ impl CliCommand<&'static str> for TestPackage {
known_attributes: known_attributes.clone(),
skip_attribute_checks: self.move_options.skip_attribute_checks,
compiler_version: self.move_options.compiler_version,
language_version: self.move_options.language_version,
..Default::default()
},
..Default::default()
Expand Down

0 comments on commit d2fcf09

Please sign in to comment.