Skip to content

Commit 4735731

Browse files
Add kobykahane's review suggestion
Co-authored-by: Koby Kahane <[email protected]>
1 parent b2b6053 commit 4735731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Sema/SemaModule.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ void Sema::BuildModuleInclude(SourceLocation DirectiveLoc, Module *Mod) {
777777
assert((getLangOpts().getCompilingModule() ==
778778
LangOptionsBase::CMK_ModuleInterface ||
779779
ThisModule) &&
780-
"was expecting a module if building a Clang module");
780+
"was expecting a module if building a Clang module");
781781
}
782782
}
783783

0 commit comments

Comments
 (0)