aboutsummaryrefslogtreecommitdiff
path: root/tests/testthat/test_compiled_symbols.R
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testthat/test_compiled_symbols.R')
-rw-r--r--tests/testthat/test_compiled_symbols.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testthat/test_compiled_symbols.R b/tests/testthat/test_compiled_symbols.R
index 0c8aff99..740781cf 100644
--- a/tests/testthat/test_compiled_symbols.R
+++ b/tests/testthat/test_compiled_symbols.R
@@ -53,6 +53,6 @@ test_that("We can safely use compiled code", {
} else {
expect_true(file.remove("test_dlls/sfo_sfo.so"))
}
- expect_true(file.remove("test_dlls"))
+ suppressWarnings(file.remove("test_dlls"))
})

Contact - Imprint