Use %stdcxx11 instead of -std=c++11 so the test passes with VS 2015

llvm-svn: 277894
This commit is contained in:
Reid Kleckner 2016-08-06 00:37:14 +00:00
parent 83816cea35
commit 2a38531eca
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
// Test __sanitizer_coverage_pc_buffer().
// RUN: %clangxx_asan -fsanitize-coverage=edge -std=c++11 %s -O3 -o %t && %run %t
// RUN: %clangxx_asan -fsanitize-coverage=edge %stdcxx11 %s -O3 -o %t && %run %t
// UNSUPPORTED: android