diff options
| author | Alex Lorenz <arphaman@gmail.com> | 2014-08-19 20:51:54 +0000 |
|---|---|---|
| committer | Alex Lorenz <arphaman@gmail.com> | 2014-08-19 20:51:54 +0000 |
| commit | b5f3a844a701ce3c460a543a661d79c905eeb7ec (patch) | |
| tree | 1103aff1a9551f6198b0f00dfa7dde9e47492098 /clang/test/CoverageMapping/classtemplate.cpp | |
| parent | 6afeffb0780f97ec1c5fd1db9c9368c4b6ac8ecc (diff) | |
| download | bcm5719-llvm-b5f3a844a701ce3c460a543a661d79c905eeb7ec.tar.gz bcm5719-llvm-b5f3a844a701ce3c460a543a661d79c905eeb7ec.zip | |
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
Diffstat (limited to 'clang/test/CoverageMapping/classtemplate.cpp')
| -rw-r--r-- | clang/test/CoverageMapping/classtemplate.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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 TT> class Test { |

