Skip to content
Snippets Groups Projects
Commit ff858293 authored by stepan's avatar stepan
Browse files

TestRandGenerationFunctions: Ignore.Whitespace is enough to match GnuR warnings output

parent 13a9feb6
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ public class TestRandGenerationFunctions extends TestBase {
@Test
public void testFunctions2() {
assertEval(Output.IgnoreWarningContext, template("set.seed(1); %0(%1)", FUNCTION2_NAMES, FUNCTION2_PARAMS));
assertEval(Output.IgnoreWhitespace, template("set.seed(1); %0(%1)", FUNCTION2_NAMES, FUNCTION2_PARAMS));
}
@Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment