We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd51630 commit 694841dCopy full SHA for 694841d
runtime/src/bank/tests.rs
@@ -8400,6 +8400,7 @@ fn test_program_is_native_loader() {
8400
);
8401
}
8402
8403
+// HANA this breaks, expects UnsupportedProgramId but we produce InvalidProgramForExecution
8404
#[test]
8405
fn test_invoke_non_program_account_owned_by_a_builtin() {
8406
let (genesis_config, mint_keypair) = create_genesis_config(10000000);
@@ -13383,6 +13384,7 @@ fn test_deploy_last_epoch_slot() {
13383
13384
assert_eq!(result_with_feature_enabled, Ok(()));
13385
13386
13387
13388
13389
fn test_loader_v3_to_v4_migration() {
13390
solana_logger::setup();
0 commit comments