Skip to content
Snippets Groups Projects
Commit bee7eb99 authored by Lukas Stadler's avatar Lukas Stadler
Browse files

fix formatting problem

parent 63d4a8a6
Branches
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ public class TestBuiltin_meandefault extends TestBase {
@Test
public void testmeandefault1() {
assertEval(Output.IgnoreWarningContext, "argv <- structure(list(x = structure(c(2L, 1L, 2L, 2L), .Label = c('FALSE', 'TRUE'), class = 'factor')), .Names = 'x');do.call('mean.default', argv)");
assertEval(Output.IgnoreWarningContext,
"argv <- structure(list(x = structure(c(2L, 1L, 2L, 2L), .Label = c('FALSE', 'TRUE'), class = 'factor')), .Names = 'x');do.call('mean.default', argv)");
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment