diff --git a/clang/test/Parser/extra-semi-resulting-in-nullstmt.cpp b/clang/test/Parser/extra-semi-resulting-in-nullstmt.cpp index a09d942c5892..2a10392c4c05 100644 --- a/clang/test/Parser/extra-semi-resulting-in-nullstmt.cpp +++ b/clang/test/Parser/extra-semi-resulting-in-nullstmt.cpp @@ -17,13 +17,13 @@ void test() { ; // This removal of extra semi also consumes all the comments. - // clang-format: off + // clang-format off ;;; - // clang-format: on + // clang-format on - // clang-format: off + // clang-format off ;NULLMACRO(ZZ); - // clang-format: on + // clang-format on {}; // expected-warning {{empty expression statement has no effect; remove unnecessary ';' to silence this warning}}