Skip to content

Commit 866c80c

Browse files
committed
Update test suite to nightly-2024-02-18
1 parent d4b499e commit 866c80c

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
@@ -169,7 +169,7 @@ fn translate_message(diagnostic: &Diagnostic) -> Cow<'static, str> {
169169
let args = translation::to_fluent_args(diagnostic.args());
170170

171171
let (identifier, attr) = match message {
172-
DiagnosticMessage::Str(msg) | DiagnosticMessage::Eager(msg) => return msg.clone(),
172+
DiagnosticMessage::Str(msg) | DiagnosticMessage::Translated(msg) => return msg.clone(),
173173
DiagnosticMessage::FluentIdentifier(identifier, attr) => (identifier, attr),
174174
};
175175

0 commit comments

Comments
 (0)