Skip to content
Snippets Groups Projects
Commit 17b1fc8d authored by Mick Jordan's avatar Mick Jordan
Browse files

Enable rowsum test

parent d58f1f15
Branches
No related tags found
No related merge requests found
......@@ -29,8 +29,7 @@ public class TestBuiltin_rowsum extends TestBase {
@Test
public void testrowsum3() {
// prints too many leading spaces
assertEval(Ignored.OutputFormatting, "argv <- list(numeric(0), numeric(0), numeric(0), FALSE, character(0)); .Internal(rowsum_matrix(argv[[1]], argv[[2]], argv[[3]], argv[[4]], argv[[5]]))");
assertEval("argv <- list(numeric(0), numeric(0), numeric(0), FALSE, character(0)); .Internal(rowsum_matrix(argv[[1]], argv[[2]], argv[[3]], argv[[4]], argv[[5]]))");
}
@Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment