Skip to content

Commit

Permalink
program-test: move test-case to dev-dependencies (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Apr 10, 2024
1 parent d308acd commit d06e3e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 37 deletions.
2 changes: 1 addition & 1 deletion program-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ solana-sdk = { workspace = true }
solana-svm = { workspace = true }
solana-vote-program = { workspace = true }
solana_rbpf = { workspace = true }
test-case = { workspace = true }
thiserror = { workspace = true }
tokio = { workspace = true, features = ["full"] }

[dev-dependencies]
solana-stake-program = { workspace = true }
test-case = { workspace = true }
36 changes: 0 additions & 36 deletions programs/sbf/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d06e3e9

Please sign in to comment.