[Rcpp-commits] r507 - pkg/inst/unitTests
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Jan 28 16:53:09 CET 2010
Author: romain
Date: 2010-01-28 16:53:09 +0100 (Thu, 28 Jan 2010)
New Revision: 507
Modified:
pkg/inst/unitTests/runit.IntegerVector.R
Log:
s/0:4/0:3/
Modified: pkg/inst/unitTests/runit.IntegerVector.R
===================================================================
--- pkg/inst/unitTests/runit.IntegerVector.R 2010-01-28 14:03:19 UTC (rev 506)
+++ pkg/inst/unitTests/runit.IntegerVector.R 2010-01-28 15:53:09 UTC (rev 507)
@@ -119,6 +119,6 @@
IntegerVector y( vec.begin(), vec.end() ) ;
return y;
', Rcpp = TRUE, includes = "using namespace Rcpp;" )
- checkEquals( funx(), 0:4, msg = "assign(int*, int*)" )
+ checkEquals( funx(), 0:3, msg = "assign(int*, int*)" )
}
More information about the Rcpp-commits
mailing list