summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2017-05-03 15:59:07 +0000
committerReid Kleckner <rnk@google.com>2017-05-03 15:59:07 +0000
commitda99eb266cb67d7ef7c33bc9a103b108285171ef (patch)
tree188f6caf053e0f1fc33738860cffdbf20eac4c9a /test
parentb8d03f43d6780a3de2c27724d265beb3735fd8c0 (diff)
Speculative fix for WinASan after r301994
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@302043 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/asan/TestCases/Windows/coverage-basic.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/Windows/coverage-basic.cc b/test/asan/TestCases/Windows/coverage-basic.cc
index 918872f18..93a382954 100644
--- a/test/asan/TestCases/Windows/coverage-basic.cc
+++ b/test/asan/TestCases/Windows/coverage-basic.cc
@@ -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