diff options
| author | Dmitri Gribenko <gribozavr@gmail.com> | 2013-01-19 22:04:44 +0000 |
|---|---|---|
| committer | Dmitri Gribenko <gribozavr@gmail.com> | 2013-01-19 22:04:44 +0000 |
| commit | c137ec8b7057f57f3d22208a8a00cff551c83b88 (patch) | |
| tree | 2b2ed6c57030580480c7ed62a9918428215cdec2 /clang/unittests/AST | |
| parent | e7b154bcf8e68567fba1c8360ac536b11c777fed (diff) | |
| download | bcm5719-llvm-c137ec8b7057f57f3d22208a8a00cff551c83b88.tar.gz bcm5719-llvm-c137ec8b7057f57f3d22208a8a00cff551c83b88.zip | |
Comment parsing: add more tests for html character references
llvm-svn: 172923
Diffstat (limited to 'clang/unittests/AST')
| -rw-r--r-- | clang/unittests/AST/CommentLexer.cpp | 3 |
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++) { |

