summaryrefslogtreecommitdiffstats
path: root/clang/unittests/AST
diff options
context:
space:
mode:
Diffstat (limited to 'clang/unittests/AST')
-rw-r--r--clang/unittests/AST/CommentLexer.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/unittests/AST/CommentLexer.cpp b/clang/unittests/AST/CommentLexer.cpp
index c496176a36a..f73870972e9 100644
--- a/clang/unittests/AST/CommentLexer.cpp
+++ b/clang/unittests/AST/CommentLexer.cpp
@@ -1661,7 +1661,8 @@ TEST_F(CommentLexerTest, HTMLCharacterReferences16) {
const char *Sources[] = {
"// =",
"// =",
- "// ="
+ "// =",
+ "// ="
};
for (size_t i = 0, e = array_lengthof(Sources); i != e; i++) {
OpenPOWER on IntegriCloud