[all-commits] [llvm/llvm-project] 876ccd: [NFC] Update formatting of some symbolizer tests

Serge Pavlov via All-commits all-commits at lists.llvm.org
Tue Aug 8 00:44:35 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 876ccd56435797d4a3b1cece191416aae75024d5
      https://github.com/llvm/llvm-project/commit/876ccd56435797d4a3b1cece191416aae75024d5
  Author: Serge Pavlov <sepavloff at gmail.com>
  Date:   2023-08-08 (Tue, 08 Aug 2023)

  Changed paths:
    M llvm/test/tools/llvm-symbolizer/output-style-empty-line.test
    M llvm/test/tools/llvm-symbolizer/sym-verbose.test
    M llvm/test/tools/llvm-symbolizer/sym.test

  Log Message:
  -----------
  [NFC] Update formatting of some symbolizer tests

These tests are touched in D149757 and to reduce the number of changes
in that patch, the tests are updated here. The test format is fixed
according to the rules:

  - # for actual comments;
  - RUN and CHECK lines are specified without #;
  - all comment markers should have a space between them and the rest
    of the line (e.g. # This is a comment).

In some cases lines are reordered to make CHECK commands closer to the
corresponding RUN lines.

No other changes are made.

Differential Revision: https://reviews.llvm.org/D155943




More information about the All-commits mailing list