Skip to content

Commit 700fe10

Browse files
committed
---
yaml --- r: 348629 b: refs/heads/master c: e1e6cb5 h: refs/heads/master i: 348627: aa7bdc8
1 parent ddfff13 commit 700fe10

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: e2182dc16675bc9c196f8ea7b748159c970d737c
2+
refs/heads/master: e1e6cb53111ed82b3d71099001bd5c290e9a0715
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/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)