Skip to content

Commit

Permalink
internal: Buffer -> StringBuilder for with_args_driver_template.mbt
Browse files Browse the repository at this point in the history
  • Loading branch information
Young-Flash committed Oct 15, 2024
1 parent d2f5429 commit 87e439c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ pub fn moonbit_test_driver_internal_execute(file_name: MoonbitTestDriverInternal
fn() {
let it : @moonbitlang/core/test.T = {
name,
buffer: Buffer::new(),
buffer: @moonbitlang/core/builtin.StringBuilder::new(),
}
f!(it)
}
Expand Down

0 comments on commit 87e439c

Please sign in to comment.