80 col violation

llvm-svn: 49120
This commit is contained in:
Ted Kremenek 2008-04-02 22:08:09 +00:00
parent 744fb6d9e7
commit 33d03a52f0
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ static void GeneratePathDiagnostic(PathDiagnostic& PD,
if (!E->isIntegerConstantExpr(V2, Ctx, 0, true)) {
assert (false &&
"Case condition (RHS) must evaluate to an integer constant.");
"Case condition (RHS) must evaluate to an integer constant.");
continue;
}