Skip to content

Commit e5e0e79

Browse files
committed
[libc] Fix prototype_test_gen
1 parent 9082c13 commit e5e0e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/utils/HdrGen/PrototypeTestGen/PrototypeTestGen.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ llvm::cl::list<std::string>
2222
} // anonymous namespace
2323

2424
bool TestGeneratorMain(llvm::raw_ostream &OS, llvm::RecordKeeper &records) {
25-
OS << "#include \"TypeTraits.h\"\n";
25+
OS << "#include \"type_traits.h\"\n";
2626
llvm_libc::APIIndexer G(records);
2727
std::unordered_set<std::string> headerFileSet;
2828
for (const auto &entrypoint : EntrypointNamesOption) {

0 commit comments

Comments
 (0)