Skip to content

Commit 0a141ae

Browse files
committed
fix: remove ASTRules
1 parent 196e71e commit 0a141ae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clarity/src/vm/tests/post_conditions.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ use clarity_types::types::{PrincipalData, QualifiedContractIdentifier, StandardP
1818
use clarity_types::Value;
1919
use stacks_common::types::StacksEpochId;
2020

21-
use crate::vm::ast::ASTRules;
2221
use crate::vm::database::STXBalance;
2322
use crate::vm::{execute_with_parameters_and_call_in_global_context, ClarityVersion};
2423

@@ -27,7 +26,6 @@ fn execute(snippet: &str) -> InterpreterResult<Option<Value>> {
2726
snippet,
2827
ClarityVersion::Clarity4,
2928
StacksEpochId::Epoch33,
30-
ASTRules::PrecheckSize,
3129
false,
3230
|g| {
3331
// Setup initial balances for the sender and the contract

0 commit comments

Comments
 (0)