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.
1 parent 7186ca0 commit 5337532Copy full SHA for 5337532
src/confidential/mod.rs
@@ -400,7 +400,7 @@ mod tests {
400
test.check(&secp);
401
}
402
// Uncomment to regenerate test vectors; to see the output, run
403
- // cargo test confidential::tests:;confidential_descriptor -- --nocapture
+ // cargo test confidential::tests::confidential_descriptor -- --nocapture
404
/*
405
for (n, test) in tests.iter().enumerate() {
406
test.output_elip_test_vector(n + 1);
0 commit comments