forked from OSchip/llvm-project
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:
parent
3241dc42be
commit
8b2f92a374
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue