Skip to content

Commit c09ecdd

Browse files
author
Qiang Kou
committed
Testing case removed. Travis CI memory limited.
1 parent 8e0fcc3 commit c09ecdd

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

inst/unitTests/cpp/Vector.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -647,13 +647,6 @@ IntegerVector IntegerVector_int_init(){
647647
return x ;
648648
}
649649

650-
// [[Rcpp::export]]
651-
R_xlen_t Long_IntegerVector_length(){
652-
R_xlen_t l = INT_MAX + 100L;
653-
IntegerVector x(l,4) ;
654-
return x.size() ;
655-
}
656-
657650
// [[Rcpp::export]]
658651
bool containsElementNamed( List l, CharacterVector n){
659652
return l.containsElementNamed(n[0]);

inst/unitTests/runit.Vector.R

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -567,11 +567,6 @@ if (.runThisTest) {
567567
checkEquals( fun(), c(4L,4L), msg = "IntegerVector int init regression test" )
568568
}
569569

570-
test.Long_IntegerVector_length <- function(){
571-
fun <- Long_IntegerVector_length
572-
checkTrue( fun() > 0, msg = "Long IntegerVector length test" )
573-
}
574-
575570
test.containsElementNamed <- function() {
576571
fun <- containsElementNamed
577572

0 commit comments

Comments
 (0)