Pull program stubs into SDK (#10704)

This commit is contained in:
Jack May
2020-06-18 23:23:28 -07:00
committed by GitHub
parent 6d81eede93
commit d77818c18b
33 changed files with 28 additions and 102 deletions

View File

@@ -28,7 +28,7 @@ impl<'a> TestDep {
mod test {
use super::*;
// Pulls in the stubs required for `info!()`
solana_sdk_bpf_test::stubs!();
solana_sdk::program_stubs!();
#[test]
fn test_dep() {