Skip to content

Commit bd18bb3

Browse files
committed
Update ASTDumperTests.cpp
1 parent f25545b commit bd18bb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittests/AST/ASTDumperTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ TEST(ASTDumper, ArchetypeType) {
3535
llvm::SmallVector<ProtocolDecl *> protocols;
3636
archetype = PrimaryArchetypeType::getNew(ctx, sig.getGenericEnvironment(),
3737
genericParamTy, protocols, Type(),
38-
nullptr, Type());
38+
nullptr);
3939
}
4040

4141
std::string fullStr;

0 commit comments

Comments
 (0)