1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

llvm-cov.test: Tweak win32 hosts not confused by \r\n in llvm-cov's stdout.

"diff -b" -- Ignore space changes.

llvm-svn: 194694
This commit is contained in:
NAKAMURA Takumi 2013-11-14 11:45:10 +00:00
parent e045848926
commit 15d61f4acd

View File

@ -3,7 +3,7 @@ RUN: cd %p/Inputs
REQUIRES: shell
RUN: llvm-cov -gcno=test.gcno -gcda=test.gcda \
RUN: | diff test.cpp.gcov -
RUN: | diff -aub test.cpp.gcov -
RUN: not llvm-cov -gcno=test_read_fail.gcno -gcda=test.gcda