]> granicus.if.org Git - clang/commit
Fixed tests where grep was not matching the linefeed
authorAlexandre Ganea <alexandre.ganea@ubisoft.com>
Fri, 10 May 2019 20:11:36 +0000 (20:11 +0000)
committerAlexandre Ganea <alexandre.ganea@ubisoft.com>
Fri, 10 May 2019 20:11:36 +0000 (20:11 +0000)
commit2480dce48b5bd384dcc85cd2e58cae82bbb6c61f
treeaffbc9fac155d0a0bb4b7e5fe6cfd575793ca041
parent36d9f294eebaf9e5ba231c00c7c0d50fd2a98a94
Fixed tests where grep was not matching the linefeed

When files are synchronized locally as CRLF on Windows, grep didn't match the newline. Switched to FileCheck instead.

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@360467 91177308-0d34-0410-b5e6-96231b3b80d8
test/Preprocessor/indent_macro.c
test/Preprocessor/macro_fn_varargs_named.c
test/Preprocessor/macro_not_define.c
test/Preprocessor/macro_rparen_scan.c