forked from OSchip/llvm-project
Use %stdcxx11 instead of -std=c++11 so the test passes with VS 2015
llvm-svn: 277894
This commit is contained in:
parent
83816cea35
commit
2a38531eca
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue