Skip to content

Commit

Permalink
Add secp256k1 from aptos (#3878)
Browse files Browse the repository at this point in the history
fix move unittest module
  • Loading branch information
welbon authored Mar 22, 2023
1 parent 4856e37 commit 9376259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/vm-runtime/src/natives.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pub fn starcoin_natives(gas_params: NativeGasParameters) -> NativeFunctionTable
);
#[cfg(feature = "testing")]
add_natives_from_module!(
"UnitTest",
"unit_test",
move_stdlib::natives::unit_test::make_all(gas_params.move_stdlib.unit_test)
);
add_natives_from_module!(
Expand Down

0 comments on commit 9376259

Please sign in to comment.