[flang-commits] [PATCH] D104011: [Flang][Runtime][tests] Escape regex special character.

Michael Kruse via Phabricator via flang-commits flang-commits at lists.llvm.org
Thu Jun 10 11:35:57 PDT 2021


Meinersbur added a comment.

This was the last patch to make the windows buildbot green: http://meinersbur.de:8011/#/builders/146/builds/593

Patch to make it an official buildbot: D103199 <https://reviews.llvm.org/D103199>



================
Comment at: flang/unittests/RuntimeGTest/Format.cpp:182
       context.Report(/*edit=*/control.GetNextDataEdit(context, repeat)),
       "Invalid FORMAT: integer expected at '.'");
 }
----------------
Note: `.` is interpreted as well, but stands for any character, including `.`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104011/new/

https://reviews.llvm.org/D104011



More information about the flang-commits mailing list