diff options
| author | Filipe Cabecinhas <me@filcab.net> | 2015-06-15 21:49:35 +0000 |
|---|---|---|
| committer | Filipe Cabecinhas <me@filcab.net> | 2015-06-15 21:49:35 +0000 |
| commit | 9d8663f8d0d4f45088540851565d3d249687f209 (patch) | |
| tree | 69a96a429ab020a97fb4bb508b1d42c28b2d8c1f /compiler-rt/test/asan/TestCases/Windows/coverage-basic.cc | |
| parent | aa9f712967f1fb98afa1d945a8232c54a7bac468 (diff) | |
| download | bcm5719-llvm-9d8663f8d0d4f45088540851565d3d249687f209.tar.gz bcm5719-llvm-9d8663f8d0d4f45088540851565d3d249687f209.zip | |
Revert "[ASan tests] Try to fix Windows buildbots due to r239754"
This reverts commit r239764 and the TestCases/Windows part of r239754.
llvm-svn: 239768
Diffstat (limited to 'compiler-rt/test/asan/TestCases/Windows/coverage-basic.cc')
| -rw-r--r-- | compiler-rt/test/asan/TestCases/Windows/coverage-basic.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/asan/TestCases/Windows/coverage-basic.cc b/compiler-rt/test/asan/TestCases/Windows/coverage-basic.cc index a249999ac2b..44b499fcb4c 100644 --- a/compiler-rt/test/asan/TestCases/Windows/coverage-basic.cc +++ b/compiler-rt/test/asan/TestCases/Windows/coverage-basic.cc @@ -1,7 +1,7 @@ // 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: env ASAN_OPTIONS=%ASAN_OPTIONS%:coverage=1 %run ./test.exe +// RUN: env ASAN_OPTIONS=coverage=1 %run ./test.exe // // RUN: %sancov print *.sancov | FileCheck %s #include <stdio.h> |

