Skip to content

Commit 8264d60

Browse files
committed
reword comment in asan/TestCases/inline.cpp
1 parent 21f2269 commit 8264d60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
// Test that no_sanitize_address attribute applies even when the function would
44
// be normally inlined.
55
//
6+
// MSVC doesn't apply __declspec(no_sanitize_address) to inlined functions
7+
// (i.e. it contains this bug)
68
// XFAIL: msvc
7-
// ^ MSVC has this bug
89

910
#include "defines.h"
1011
#include <stdlib.h>

0 commit comments

Comments
 (0)