Skip to content

Commit 7293758

Browse files
no point in testing if modules are available since they always are
1 parent 8dd785b commit 7293758

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inst/unitTests/runit.Module.client.package.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/r -t
22
# hey emacs, please make this use -*- tab-width: 4 -*-
33
#
4-
# Copyright (C) 2010 - 2012 John Chambers, Dirk Eddelbuettel and Romain Francois
4+
# Copyright (C) 2010 - 2013 John Chambers, Dirk Eddelbuettel and Romain Francois
55
#
66
# This file is part of Rcpp.
77
#
@@ -33,7 +33,7 @@
3333

3434
.runThisTest <- Sys.getenv("RunAllRcppTests") == "yes"
3535

36-
if (.runThisTest && Rcpp:::capabilities()[["Rcpp modules"]] && ! .badOSX && ! .onWindows) {
36+
if (.runThisTest && ! .badOSX && ! .onWindows) {
3737

3838
## ## added test for 'testRcppClass' example of extending C++ classes via R
3939
test.Class.package <- function( ){

0 commit comments

Comments
 (0)