Skip to content

Commit d6a5c6f

Browse files
authored
Merge pull request #27297 from davezarzycki/pr27297
2 parents af59279 + a033d2b commit d6a5c6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/swift/AST/ASTScope.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
/// \p message must be a string literal
4444
#define ASTScopeAssert(predicate, message) \
4545
assert((predicate) && message \
46-
" Try compiling with '-disable-astScope-lookup'.")
46+
" Try compiling with '-disable-astscope-lookup'.")
4747

4848
#define ASTScope_unreachable(message) \
49-
llvm_unreachable(message " Try compiling with '-disable-astScope-lookup'.")
49+
llvm_unreachable(message " Try compiling with '-disable-astscope-lookup'.")
5050

5151
namespace swift {
5252

0 commit comments

Comments
 (0)