Update examples with new testcase

This commit is contained in:
jungin.rhee
2023-03-16 20:33:22 +09:00
parent 6401efb435
commit a02a928bf9
18 changed files with 107 additions and 10 deletions

View File

@@ -431,7 +431,7 @@ impl fmt::Display for JumpArg {
self.bid,
self.args
.iter()
.format_with(", ", |a, f| f(&format_args!("{}:{}", a, a.dtype())))
.format_with(", ", |a, f| f(&format_args!("{}", a)))
)
}
}