From ff858293c3b25d6300ab9a4d93d6b4a92bc137db Mon Sep 17 00:00:00 2001
From: stepan <stepan.sindelar@oracle.com>
Date: Wed, 30 Nov 2016 11:35:33 +0100
Subject: [PATCH] TestRandGenerationFunctions: Ignore.Whitespace is enough to
 match GnuR warnings output

---
 .../r/test/library/stats/TestRandGenerationFunctions.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/com.oracle.truffle.r.test/src/com/oracle/truffle/r/test/library/stats/TestRandGenerationFunctions.java b/com.oracle.truffle.r.test/src/com/oracle/truffle/r/test/library/stats/TestRandGenerationFunctions.java
index 93a43878fe..9a6667e769 100644
--- a/com.oracle.truffle.r.test/src/com/oracle/truffle/r/test/library/stats/TestRandGenerationFunctions.java
+++ b/com.oracle.truffle.r.test/src/com/oracle/truffle/r/test/library/stats/TestRandGenerationFunctions.java
@@ -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
-- 
GitLab