Skip to content

Commit f47abd8

Browse files
author
mejrs
committed
Fix make test
1 parent e8e47e0 commit f47abd8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# `foo` isn't provided by this diagnostic so it is expected that the fallback message is used.
2-
parser_struct_literal_body_without_path = this is a {$foo} message
2+
parse_struct_literal_body_without_path = this is a {$foo} message
33
.suggestion = this is a test suggestion
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# `parser_struct_literal_body_without_path` isn't provided by this resource at all, so the
1+
# `parse_struct_literal_body_without_path` isn't provided by this resource at all, so the
22
# fallback should be used.
33
foo = bar
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
parser_struct_literal_body_without_path = this is a test message
1+
parse_struct_literal_body_without_path = this is a test message
22
.suggestion = this is a test suggestion

0 commit comments

Comments
 (0)