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

enable passing tests

parent 3dcc1f73
No related branches found
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.
Finish editing this message first!
Please register or to comment