Skip to content

Commit a5ace20

Browse files
committed
fix: change comment
1 parent 42ce4de commit a5ace20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clarity/src/vm/tests/contracts.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1153,7 +1153,7 @@ fn test_cc_trait_stack_depth(
11531153
epoch: StacksEpochId,
11541154
mut env_factory: MemoryEnvironmentGenerator,
11551155
) {
1156-
// Test is not valid for ClarityV1.
1156+
// Clarity-wasm analysis pass will fail for ClarityV1. Skipping.
11571157
if cfg!(feature = "clarity-wasm") && version == ClarityVersion::Clarity1 {
11581158
return;
11591159
}

0 commit comments

Comments
 (0)