Skip to content

Commit 021ebc6

Browse files
committed
add new lines to testcase
1 parent e865105 commit 021ebc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Analysis/issue-124474.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ void foo()
4646
char buffer[200] = {};
4747
read(fd, buffer, 199); // no-warning: fd is a non-block file descriptor
4848
close(fd);
49-
}
49+
}

0 commit comments

Comments
 (0)