[Rcpp-commits] r1785 - pkg/Rcpp/inst/unitTests

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Jul 5 21:31:59 CEST 2010


Author: romain
Date: 2010-07-05 21:31:59 +0200 (Mon, 05 Jul 2010)
New Revision: 1785

Removed:
   pkg/Rcpp/inst/unitTests/runit.runit.R
Log:
remove useless test?\195?\169

Deleted: pkg/Rcpp/inst/unitTests/runit.runit.R
===================================================================
--- pkg/Rcpp/inst/unitTests/runit.runit.R	2010-07-05 19:29:14 UTC (rev 1784)
+++ pkg/Rcpp/inst/unitTests/runit.runit.R	2010-07-05 19:31:59 UTC (rev 1785)
@@ -1,7 +0,0 @@
-
-test.runit <- function(){
-	checkTrue( TRUE, msg = "checking checkTrue" )
-	checkEquals( 1, 1, msg = "checking checkEquals" )
-	checkException( stop("boom"), msg = "checking checkException" )
-}
-



More information about the Rcpp-commits mailing list