Skip to content

Commit 69d6cdb

Browse files
Add comment for use of nullptr in xfail_cases array
1 parent e12e8a0 commit 69d6cdb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxxabi/test/test_demangle.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30373,6 +30373,7 @@ void test_invalid_cases()
3037330373
}
3037430374

3037530375
const char *const xfail_cases[] = {
30376+
// Sentinel value
3037630377
nullptr
3037730378
};
3037830379

0 commit comments

Comments
 (0)