Skip to content

Commit 4732fca

Browse files
this time
1 parent 701de83 commit 4732fca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

code/tests/cases/test_syscall.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ FOSSIL_TEST(cpp_test_sys_call_is_file) {
137137
FOSSIL_TEST(cpp_test_sys_call_chdir_and_getcwd) {
138138
const std::string dirname = "test_chdir_dir";
139139
fossil::sys::Syscall::create_directory(dirname);
140-
char cwd_before[256];
141140
std::string cwd_str_before(256, '\0');
142141
fossil::sys::Syscall::getcwd(&cwd_str_before, cwd_str_before.size());
143142
int chdir_result = fossil::sys::Syscall::chdir(dirname);

0 commit comments

Comments
 (0)