Skip to content

Commit cc22e49

Browse files
committed
Enable test for 64-bit Windows as well
(Reported to work in #156211 (comment))
1 parent cb5e1f2 commit cc22e49

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler-rt/test/asan/TestCases/Windows/heaprealloc_alloc_zero.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// RUN: %clang_cl_asan %Od %MT -o %t %s
22
// RUN: %env_asan_opts=windows_hook_rtl_allocators=true %run %t 2>&1 | FileCheck %s
3-
// UNSUPPORTED: asan-64-bits
43
#include <cassert>
54
#include <iostream>
65
#include <sanitizer/allocator_interface.h>

0 commit comments

Comments
 (0)