Skip to content

Commit 07a2065

Browse files
committed
Update test suite to nightly-2024-02-23
1 parent 0dae015 commit 07a2065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_round_trip.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ fn translate_message(diagnostic: &Diagnostic) -> Cow<'static, str> {
166166
}
167167

168168
let message = &diagnostic.messages[0].0;
169-
let args = translation::to_fluent_args(diagnostic.args());
169+
let args = translation::to_fluent_args(diagnostic.args.iter());
170170

171171
let (identifier, attr) = match message {
172172
DiagnosticMessage::Str(msg) | DiagnosticMessage::Translated(msg) => return msg.clone(),

0 commit comments

Comments
 (0)