We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f2955a7 + 327b908 commit 6aaba9dCopy full SHA for 6aaba9d
clarity/src/vm/tests/assets.rs
@@ -810,6 +810,9 @@ fn test_simple_token_system(
810
assert!(asset_map.to_table().is_empty());
811
}
812
813
+// Test not valid for clarity-wasm runtime
814
+// Contracts would error in the static analysis pass.
815
+#[cfg(not(feature = "clarity-wasm"))]
816
#[apply(test_epochs)]
817
fn test_total_supply(epoch: StacksEpochId, mut env_factory: TopLevelMemoryEnvironmentGenerator) {
818
let mut owned_env = env_factory.get_env(epoch);
0 commit comments