Skip to content

Commit 22de4e8

Browse files
committed
Interruption handling is not covered
1 parent 2d806f9 commit 22de4e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/utils.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,6 +689,7 @@ void R_resizeVector_(SEXP x, R_xlen_t newlen) {
689689
}
690690
#endif
691691

692+
// # nocov start
692693
#ifdef _WIN32
693694
NORET
694695
#endif
@@ -706,3 +707,4 @@ SEXP is_direct_child(SEXP pids) {
706707
return ret;
707708
#endif
708709
}
710+
// # nocov end

0 commit comments

Comments
 (0)