From b5f3a844a701ce3c460a543a661d79c905eeb7ec Mon Sep 17 00:00:00 2001 From: Alex Lorenz Date: Tue, 19 Aug 2014 20:51:54 +0000 Subject: Test: Coverage Mapping: add missing RUN commands Add the llvm-lit RUN commands for the two coverage mapping tests that filecheck a temporary file. llvm-svn: 216020 --- clang/test/CoverageMapping/classtemplate.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'clang/test/CoverageMapping/classtemplate.cpp') diff --git a/clang/test/CoverageMapping/classtemplate.cpp b/clang/test/CoverageMapping/classtemplate.cpp index 95b84c370d9..8037d09a382 100644 --- a/clang/test/CoverageMapping/classtemplate.cpp +++ b/clang/test/CoverageMapping/classtemplate.cpp @@ -1,7 +1,7 @@ // RUN: %clang_cc1 -triple %itanium_abi_triple -fprofile-instr-generate -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name classtemplate.cpp %s > %tmapping -// cat %tmapping | FileCheck %s --check-prefix=CHECK-CONSTRUCTOR -// cat %tmapping | FileCheck %s --check-prefix=CHECK-GETTER -// cat %tmapping | FileCheck %s --check-prefix=CHECK-SETTER +// RUN: cat %tmapping | FileCheck %s --check-prefix=CHECK-CONSTRUCTOR +// RUN: cat %tmapping | FileCheck %s --check-prefix=CHECK-GETTER +// RUN: cat %tmapping | FileCheck %s --check-prefix=CHECK-SETTER template class Test { -- cgit v1.2.3