Skip to content

Commit ea30487

Browse files
committed
chore: add comment
1 parent 55197bc commit ea30487

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

clarity/src/vm/tests/contracts.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,8 @@ fn test_fully_qualified_contract_call(
460460
}
461461
}
462462

463+
// Test not valid for clarity-wasm runtime
464+
// Contracts would error in the static analysis pass.
463465
#[cfg(not(feature = "clarity-wasm"))]
464466
#[apply(test_epochs)]
465467
fn test_simple_naming_system(epoch: StacksEpochId, mut env_factory: MemoryEnvironmentGenerator) {

clarity/src/vm/tests/traits.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,8 @@ fn test_reentrant_dynamic_dispatch(
702702
}
703703
}
704704

705+
// Test not valid for clarity-wasm runtime
706+
// Contracts would error in the static analysis pass.
705707
#[cfg(not(feature = "clarity-wasm"))]
706708
#[apply(test_clarity_versions)]
707709
fn test_readwrite_dynamic_dispatch(
@@ -760,6 +762,8 @@ fn test_readwrite_dynamic_dispatch(
760762
}
761763
}
762764

765+
// Test not valid for clarity-wasm runtime
766+
// Contracts would error in the static analysis pass.
763767
#[cfg(not(feature = "clarity-wasm"))]
764768
#[apply(test_clarity_versions)]
765769
fn test_readwrite_violation_dynamic_dispatch(

0 commit comments

Comments
 (0)