We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdb96a0 commit 54a62b0Copy full SHA for 54a62b0
1 file changed
src/test/utility.hpp
@@ -325,7 +325,7 @@ namespace internal {
325
// support for C++17 (currently missing from our minimum clang version)
326
#ifdef _WIN32
327
#include <io.h>
328
-void make_unwritable_file(const std::string &filename) {
+void make_unwritable(const std::string &filename) {
329
_chmod(filename.c_str(), _S_IREAD);
330
}
331
void make_writable(const std::string &filename) {
0 commit comments