1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Fix llvm-cov test as suggested in r196228's post commit review.

llvm-svn: 196255
This commit is contained in:
Daniel Jasper 2013-12-03 07:56:23 +00:00
parent 37be421ce0
commit 531677d105

View File

@ -1,3 +1,5 @@
REQUIRES: shell
RUN: rm -f test.*
RUN: cp %p/Inputs/test.* .
RUN: llvm-cov -gcno=test.gcno -gcda=test.gcda
RUN: diff -aub test.cpp.gcov test.cpp.llcov