Remove bloat due to test symbols (#5965)
This commit is contained in:
@@ -14,6 +14,9 @@ edition = "2018"
|
||||
[dependencies]
|
||||
solana-sdk = { path = "../../../../sdk/", version = "0.19.0-pre0", default-features = false }
|
||||
|
||||
[dev_dependencies]
|
||||
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "0.19.0-pre0" }
|
||||
|
||||
[features]
|
||||
program = ["solana-sdk/program"]
|
||||
default = ["program"]
|
||||
|
@@ -50,8 +50,9 @@ pub fn many_args_sret(
|
||||
|
||||
#[cfg(test)]
|
||||
mod test {
|
||||
extern crate std;
|
||||
use super::*;
|
||||
// Pulls in the stubs requried for `info!()`
|
||||
solana_sdk_bpf_test::stubs!();
|
||||
|
||||
#[test]
|
||||
fn test_many_args() {
|
||||
|
Reference in New Issue
Block a user