diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-11-18 02:34:33 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-11-18 02:34:33 +0000 |
commit | bf823c09124def7057d6cfd13db0e16ac44af6fe (patch) | |
tree | ebf85f16da9b52299185dc1c01aff900927b0b1d /test/Sema/warn-documentation.cpp | |
parent | 36cbbe916f66f08d36492e75809fbf54416a5e8d (diff) |
clang/test/Sema/warn-documentation.cpp: Try to fix up the testcase in r168277.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168278 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Sema/warn-documentation.cpp')
-rw-r--r-- | test/Sema/warn-documentation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/warn-documentation.cpp b/test/Sema/warn-documentation.cpp index 3eca3c8dc1..5678fd94cb 100644 --- a/test/Sema/warn-documentation.cpp +++ b/test/Sema/warn-documentation.cpp @@ -513,7 +513,7 @@ int test_verbatim_2(); // FIXME: we give a bad diagnostic here because we throw away non-documentation // comments early. // -// expected-warning@+2 {{'\endcode' command does not terminate a verbatim text block}} +// expected-warning@+3 {{'\endcode' command does not terminate a verbatim text block}} /// \code // foo /// \endcode |