Fix coverage-related asan tests for VS 2015
authorReid Kleckner <rnk@google.com>
Tue, 22 Mar 2016 00:11:51 +0000 (00:11 +0000)
committerReid Kleckner <rnk@google.com>
Tue, 22 Mar 2016 00:11:51 +0000 (00:11 +0000)
commitc35d402aeb5736ebd3ce003861a006048a84810e
tree4051d76a1bc6739901c26f233a691e569103e1b9
parent717d2b0a0dd420fa7734396b89b22c03bb572be9
Fix coverage-related asan tests for VS 2015

printf is an inline function in VS 2015, giving these tests an
unexpected extra point of coverage. This change works around that by
avoiding printf.

llvm-svn: 264010
compiler-rt/test/asan/TestCases/Windows/coverage-basic.cc
compiler-rt/test/asan/TestCases/coverage-reset.cc