Skip to content

Commit 694841d

Browse files
committed
note to self
1 parent bd51630 commit 694841d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

runtime/src/bank/tests.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8400,6 +8400,7 @@ fn test_program_is_native_loader() {
84008400
);
84018401
}
84028402

8403+
// HANA this breaks, expects UnsupportedProgramId but we produce InvalidProgramForExecution
84038404
#[test]
84048405
fn test_invoke_non_program_account_owned_by_a_builtin() {
84058406
let (genesis_config, mint_keypair) = create_genesis_config(10000000);
@@ -13383,6 +13384,7 @@ fn test_deploy_last_epoch_slot() {
1338313384
assert_eq!(result_with_feature_enabled, Ok(()));
1338413385
}
1338513386

13387+
// HANA this breaks, expects UnsupportedProgramId but we produce InvalidProgramForExecution
1338613388
#[test]
1338713389
fn test_loader_v3_to_v4_migration() {
1338813390
solana_logger::setup();

0 commit comments

Comments
 (0)