diff options
Diffstat (limited to 'compiler-rt/test/asan/TestCases/long-object-path.cc')
-rw-r--r-- | compiler-rt/test/asan/TestCases/long-object-path.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/test/asan/TestCases/long-object-path.cc b/compiler-rt/test/asan/TestCases/long-object-path.cc index 592b0abb07d..42a196827cf 100644 --- a/compiler-rt/test/asan/TestCases/long-object-path.cc +++ b/compiler-rt/test/asan/TestCases/long-object-path.cc @@ -1,6 +1,7 @@ // RUN: mkdir -p %T/a-long-directory-name-to-test-allocations-for-exceptions-in-_dl_lookup_symbol_x-since-glibc-2.27 // RUN: %clangxx_asan -g %s -o %T/long-object-path // RUN: %run %T/a-*/../a-*/../a-*/../a-*/../a-*/../a-*/../a-*/../a-*/../long-object-path +// UNSUPPORTED: win32 int main(void) { return 0; |