forked from OSchip/llvm-project
[ASan] Move a couple of Posix-specific tests to Posix/
Add a comment about potential breakage of coverage-maybe-open-file.cc on Win llvm-svn: 232809
This commit is contained in:
parent
d5b3f7b125
commit
001deff940
|
@ -15,6 +15,7 @@
|
|||
|
||||
#include <sanitizer/coverage_interface.h>
|
||||
|
||||
// FIXME: the code below might not work on Windows.
|
||||
int main(int argc, char **argv) {
|
||||
int fd = __sanitizer_maybe_open_cov_file("test");
|
||||
if (fd > 0) {
|
||||
|
|
Loading…
Reference in New Issue