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

Merge pull request #119 in G/fastr from...

Merge pull request #119 in G/fastr from ~LUKAS.STADLER_ORACLE.COM/fastr:feature/update_truffle to master

* commit '0312d5e6':
  enable passing test (error message)
  update Truffle dependency
parents 8fd1e68b 0312d5e6
Branches
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ public class TestBuiltin_eval extends TestBase {
@Test
public void testWithEnvirAndEnclose() {
// note: symbol 'list' is from base environment
assertEval(Output.ContainsError, "a <- 1; lang <- quote(list(a)); eval(lang, data.frame(), NULL)");
assertEval("a <- 1; lang <- quote(list(a)); eval(lang, data.frame(), NULL)");
assertEval("a <- 1; lang <- quote(list(a)); eval(lang, NULL, NULL)");
assertEval("a <- 1; lang <- quote(list(a)); eval(lang, new.env(), new.env())");
}
......
......@@ -28,7 +28,7 @@ suite = {
"suites" : [
{
"name" : "truffle",
"version" : "b16acf4a3e294ffb5a58d10e19a072d0f3ec35e4",
"version" : "b2ec743323a1f5b67d9178576a740a0aed1852e1",
"urls" : [
{"url" : "https://github.com/graalvm/truffle", "kind" : "git"},
{"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind" : "binary"},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment