Skip to content

Commit

Permalink
Oops did not mean to touch this file
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Jul 25, 2024
1 parent 92ca508 commit c4f2ca7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/testthat/test-rcpp.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ test_that("use_rcpp() creates files/dirs, edits DESCRIPTION and .gitignore", {
# pretend Rcpp is installed
local_check_installed()

local_mocked_bindings(
check_cpp_register_deps = function() NULL
)

use_rcpp("test")
expect_match(desc::desc_get("LinkingTo"), "Rcpp")
expect_match(desc::desc_get("Imports"), "Rcpp")
Expand Down

0 comments on commit c4f2ca7

Please sign in to comment.