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

enable passing tests

parent 3dcc1f73
Branches
No related tags found
No related merge requests found
......@@ -56,6 +56,6 @@ public class TestSimpleTruffle extends TestBase {
public void testWarningsAndErrors() {
assertEval("{ (c(1, 2) < c(1, 2, 3)) == (c(1, 2) < c(1, 3, 4)) }");
assertEval(Output.ContainsError, Output.ContainsWarning, "{ 1i > (c(1, 2) < c(1, 2, 3)) }");
assertEval(Output.ContainsError, Output.ContainsWarning, "{ 1i > ((c(1, 2) < c(1, 2, 3)) == (c(1, 2) < c(1, 3, 4))) }");
assertEval("{ 1i > ((c(1, 2) < c(1, 2, 3)) == (c(1, 2) < c(1, 3, 4))) }");
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment