Pull program stubs into SDK (#10704)
This commit is contained in:
@@ -68,7 +68,7 @@ fn process_instruction(
|
||||
mod test {
|
||||
use super::*;
|
||||
// Pulls in the stubs required for `info!()`
|
||||
solana_sdk_bpf_test::stubs!();
|
||||
solana_sdk::program_stubs!();
|
||||
|
||||
#[test]
|
||||
fn test_return_sstruct() {
|
||||
|
Reference in New Issue
Block a user