Skip to content

Commit 342ddb2

Browse files
committed
fix formatted error message
1 parent 3fca891 commit 342ddb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/AST/DiagnosticsFrontend.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ ERROR(symbol_in_ir_not_in_tbd,none,
210210
(StringRef, StringRef))
211211

212212
ERROR(redundant_prefix_compilation_flag,none,
213-
"did you provide a redundant '-D' in your build settings? (got '-D%0')",
213+
"invalid argument '-D%0'; did you provide a redundant '-D' in your build settings?",
214214
(StringRef))
215215

216216
ERROR(invalid_conditional_compilation_flag,none,

0 commit comments

Comments
 (0)