Skip to content

Commit a113642

Browse files
NFC: Change auto to const char * for style reasons
1 parent 73681a4 commit a113642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxxabi/test/test_demangle.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30407,7 +30407,7 @@ void test_xfail_cases()
3040730407
{
3040830408
std::size_t len = 0;
3040930409
char* buf = nullptr;
30410-
for (auto c_str : xfail_cases)
30410+
for (const char *c_str : xfail_cases)
3041130411
{
3041230412
if (!c_str)
3041330413
break;

0 commit comments

Comments
 (0)