summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/asan/TestCases/Linux/long-object-path.cc (renamed from test/asan/TestCases/long-object-path.cc)1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/asan/TestCases/long-object-path.cc b/test/asan/TestCases/Linux/long-object-path.cc
index 42a196827..592b0abb0 100644
--- a/test/asan/TestCases/long-object-path.cc
+++ b/test/asan/TestCases/Linux/long-object-path.cc
@@ -1,7 +1,6 @@
// 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;