Skip to content

Commit 656f3d4

Browse files
committed
Restore a #nocov end
1 parent 8946558 commit 656f3d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/include/Rcpp/exceptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ inline void resumeJump(SEXP token) {
153153
::R_ReleaseObject(token);
154154
::R_ContinueUnwind(token);
155155
Rf_error("Internal error: Rcpp longjump failed to resume");
156-
}
156+
} // #nocov end
157157

158158
}} // namespace Rcpp::internal
159159

0 commit comments

Comments
 (0)