We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71b4ec5 commit a73d81eCopy full SHA for a73d81e
1 file changed
synthesizer/src/vm/tests/test_v15/mod.rs
@@ -19,6 +19,8 @@ mod record_existence;
19
mod closure_records;
20
// Tests on the use of `commit_*_raw` instruction variants.
21
mod commit_raw;
22
+// Additional test for cost estimation without a private key.
23
+mod cost_for_call;
24
// Tests for quorum block compute spend limits.
25
mod block_spend_limit;
26
0 commit comments