]> granicus.if.org Git - clang/commit
Test: CoverageMapping: use "RUN: FileCheck" command instead of "RUN: cat | Filecheck".
authorAlex Lorenz <arphaman@gmail.com>
Wed, 20 Aug 2014 17:29:47 +0000 (17:29 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Wed, 20 Aug 2014 17:29:47 +0000 (17:29 +0000)
commitb9d3f06856af8c4e59616d204c7468fc1baf91f0
treec16c7856145e892082b0f6fa634035d8ce5ee931
parentfd55f565498647851d08f10ecb8c4aac48687447
Test: CoverageMapping: use "RUN: FileCheck" command instead of "RUN: cat | Filecheck".

Change the lit RUN commands for 3 tests to use the following pattern
"FileCheck -input-file ..." instead of "cat ... | FileCheck ..." as
suggested by Justin Bogner.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@216085 91177308-0d34-0410-b5e6-96231b3b80d8
test/CoverageMapping/classtemplate.cpp
test/CoverageMapping/header.cpp
test/CoverageMapping/nestedclass.cpp