Skip to content

Commit 28e5ea9

Browse files
committed
rebase
Created using spr 1.3.7
2 parents 075ec70 + b63014f commit 28e5ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/unittests/Analysis/FlowSensitive/MockHeaders.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ using nullptr_t = decltype(nullptr);
3030
typedef decltype(sizeof(char)) size_t;
3131
typedef decltype(sizeof(char*)) ptrdiff_t;
3232
33-
#endif // CS
33+
#endif // CSTDDEF_H
3434
)";
3535

3636
static constexpr char StdTypeTraitsHeader[] = R"(

0 commit comments

Comments
 (0)