Skip to content

Commit 55ad365

Browse files
committed
Update tests for new format arguments
1 parent aad3c02 commit 55ad365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/sandbox.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1402,7 +1402,7 @@ mod test {
14021402
let sb = Sandbox::new().await.expect("Unable to create sandbox");
14031403
let resp = sb.compile(&req).await.expect("Unable to compile code");
14041404

1405-
assert!(resp.code.contains("core::fmt::Arguments::new_v1"));
1405+
assert!(resp.code.contains("core::fmt::Arguments::new_const"));
14061406
assert!(resp.code.contains("std::io::stdio::_print@GOTPCREL"));
14071407
}
14081408

0 commit comments

Comments
 (0)