We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d6598d commit c6ff6b6Copy full SHA for c6ff6b6
src/test/core/Config_test.cpp
@@ -295,7 +295,7 @@ port_wss_admin
295
auto const cwd = current_path();
296
297
// Test both config file names.
298
- char const const* configFiles[] = {Config::configFileName, Config::configLegacyName};
+ char const* const configFiles[] = {Config::configFileName, Config::configLegacyName};
299
300
// Config file in current directory.
301
for (auto const& configFile : configFiles)
0 commit comments