Stabilize seal_delegate_call (#11037)

This commit is contained in:
Alexander Theißen
2022-03-15 16:26:59 +01:00
committed by GitHub
parent 43db400d7d
commit 1317147589
5 changed files with 4 additions and 10 deletions
-1
View File
@@ -762,7 +762,6 @@ fn deploy_and_call_other_contract() {
}
#[test]
#[cfg(feature = "unstable-interface")]
fn delegate_call() {
let (caller_wasm, caller_code_hash) = compile_module::<Test>("delegate_call").unwrap();
let (callee_wasm, callee_code_hash) = compile_module::<Test>("delegate_call_lib").unwrap();