Skip to content

Commit 6642735

Browse files
committed
Move UNSUPPORTED line to below opening comment
1 parent af55bff commit 6642735

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

compiler-rt/test/asan/TestCases/debug_locate.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
// UNSUPPORTED: MSVC
21
// Checks the ASan memory address type debugging API, makes sure it returns
32
// the correct memory type for heap, stack, global and shadow addresses and
43
// that it correctly finds out which region (and name and size) the address
54
// belongs to.
65
// RUN: %clangxx_asan -O0 %s -o %t && %run %t 2>&1
7-
6+
// UNSUPPORTED: MSVC
87
#include <assert.h>
98
#include <sanitizer/asan_interface.h>
109
#include <stdio.h>

0 commit comments

Comments
 (0)