Speculative fix for WinASan after r301994

llvm-svn: 302043
This commit is contained in:
Reid Kleckner 2017-05-03 15:59:07 +00:00
parent c504ae3cef
commit d7e681ca10
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
// RUN: rm -rf %T/coverage-basic
// RUN: mkdir %T/coverage-basic && cd %T/coverage-basic
// RUN: %clangxx_asan -fsanitize-coverage=func %s -o test.exe
// RUN: %clangxx_asan -fsanitize-coverage=func,trace-pc %s -o test.exe
// RUN: %env_asan_opts=coverage=1 %run ./test.exe
//
// RUN: %sancov print *.sancov | FileCheck %s