[all-commits] [llvm/llvm-project] b2f9bd: [flang][NFC] Allow whitespaces before `ERROR`

Daniil Dudkin via All-commits all-commits at lists.llvm.org
Thu May 19 07:13:46 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b2f9bde2e0e0fb9a26c2809aed17213e0920cf0f
      https://github.com/llvm/llvm-project/commit/b2f9bde2e0e0fb9a26c2809aed17213e0920cf0f
  Author: Daniil Dudkin <d.dudkin at partner.samsung.com>
  Date:   2022-05-19 (Thu, 19 May 2022)

  Changed paths:
    M flang/test/Semantics/altreturn04.f90
    M flang/test/Semantics/test_errors.py

  Log Message:
  -----------
  [flang][NFC] Allow whitespaces before `ERROR`

This change allows to write whitespaces before the `ERROR` keyword
in semantic tests for consistency with other testing infrastructure.

Also, one test is changed in order to test if the change works
correctly.

Reviewed By: Meinersbur

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




More information about the All-commits mailing list