Skip to content

Commit 7f1f3b5

Browse files
committed
fixed typo
1 parent 91e3c67 commit 7f1f3b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittests/AST/SourceLocTests.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ TEST(SourceLoc, TupleExpr) {
141141
DeclNameLoc());
142142

143143
auto four = new (C.Ctx) UnresolvedDeclRefExpr(
144-
C.Ctx.getIdentifier("three"),
144+
C.Ctx.getIdentifier("four"),
145145
DeclRefKind::Ordinary,
146146
DeclNameLoc(start.getAdvancedLoc(4)));
147147

0 commit comments

Comments
 (0)