We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d6f982 commit 0d9fedaCopy full SHA for 0d9feda
protocols/src/diagnostic.rs
@@ -488,7 +488,7 @@ impl DiagnosticHandler {
488
"Expressions must be in the same file for assertion error"
489
);
490
let transaction_call = if todo_args.is_empty() {
491
- tr.name.clone()
+ format!("{}()", tr.name)
492
} else {
493
let args_str = todo_args
494
.iter()
protocols/tests/brave_new_world/failure_to_update/ftu_sha_bug.out
@@ -1,4 +1,4 @@
1
-error: The two expressions did not evaluate to the same value (in transaction `failure_to_update_sha`)
+error: The two expressions did not evaluate to the same value (in transaction `failure_to_update_sha()`)
2
┌─ brave_new_world/failure_to_update/ftu_sha.prot:29:15
3
│
4
29 │ assert_eq(dut.valid, 1'b0);
0 commit comments