[PATCH] D61496: Fixed tests where grep was not matching the linefeed

Alexandre Ganea via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 6 06:50:02 PDT 2019


aganea marked an inline comment as done.
aganea added inline comments.


================
Comment at: clang/trunk/test/Preprocessor/indent_macro.c:1-2
-// RUN: %clang_cc1 -E %s | grep '^   zzap$'
+// RUN: %clang_cc1 -E %s | FileCheck %s --match-full-lines --strict-whitespace
+// CHECK:   zzap
 
----------------
lebedev.ri wrote:
> Separate with newline
What do you mean? Between RUN and CHECK? There's already a newline a L3.


Repository:
  rC Clang

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

https://reviews.llvm.org/D61496





More information about the cfe-commits mailing list