Skip to content

Commit 54a62b0

Browse files
authored
Typo fix
1 parent cdb96a0 commit 54a62b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/utility.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ namespace internal {
325325
// support for C++17 (currently missing from our minimum clang version)
326326
#ifdef _WIN32
327327
#include <io.h>
328-
void make_unwritable_file(const std::string &filename) {
328+
void make_unwritable(const std::string &filename) {
329329
_chmod(filename.c_str(), _S_IREAD);
330330
}
331331
void make_writable(const std::string &filename) {

0 commit comments

Comments
 (0)