Skip to content

Commit 5eaea2a

Browse files
committed
chore: add comment
1 parent d5176d7 commit 5eaea2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stackslib/src/clarity_vm/tests/forking.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,8 @@ fn test_at_block_good(#[case] version: ClarityVersion, #[case] epoch: StacksEpoc
210210
);
211211
}
212212

213+
// Test not valid for clarity-wasm runtime
214+
// Contracts would error in the static analysis pass.
213215
#[cfg(not(feature = "clarity-wasm"))]
214216
#[apply(test_clarity_versions)]
215217
fn test_at_block_missing_defines(#[case] version: ClarityVersion, #[case] epoch: StacksEpochId) {

0 commit comments

Comments
 (0)