Skip to content

Commit 00a0521

Browse files
committed
typ
Created using spr 1.3.7
1 parent 68d51c0 commit 00a0521

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)