Skip to content

Commit 8a17a21

Browse files
committed
test the bib() function
1 parent f5d900c commit 8a17a21

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

inst/unitTests/runit.misc.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,7 @@ if (.runThisTest) {
211211
}
212212

213213
test.bib <- function() {
214-
checkTrue(nchar(system.file("bib", "Rcpp.bib", package="Rcpp")) > 0,
215-
msg="bib file")
214+
checkTrue(nchar(Rcpp:::bib()) > 0, msg="bib file")
216215
}
217216

218217
}

0 commit comments

Comments
 (0)