Skip to content

Commit 81cde0c

Browse files
committed
[GR-19768] Update truffle/sulong dependency.
PullRequest: fastr/2516
2 parents 9f9ef6f + eb77649 commit 81cde0c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

com.oracle.truffle.r.test/src/com/oracle/truffle/r/test/tck/FastRDebugTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,8 +384,6 @@ public void testScopeArguments() throws Throwable {
384384
debuggerSession.suspendNextExecution();
385385
});
386386

387-
assertArguments(1, "main(1, 2, 3, 4)");
388-
389387
stepInto(1);
390388
assertArguments(2, "x <- 10L", "a", 1, "b", 2, "c", 3, "d", 4);
391389
continueExecution();

mx.fastr/suite.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"subdir" : True,
1010
# The version must be the same as the version of Sulong
1111
# TRUFFLE REVISION (note: this is a marker for script that can update this)
12-
"version" : "5709978f6056b07486c0933a548cbfa466b84411",
12+
"version" : "5c55c500e875f54653c52ddba1e3bf0db019ebb9",
1313
"urls" : [
1414
{"url" : "https://github.com/graalvm/graal", "kind" : "git"},
1515
{"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind" : "binary"},
@@ -20,7 +20,7 @@
2020
"subdir" : True,
2121
# The version must be the same as the version of Truffle
2222
# TRUFFLE REVISION (note: this is a marker for script that can update this)
23-
"version" : "5709978f6056b07486c0933a548cbfa466b84411",
23+
"version" : "5c55c500e875f54653c52ddba1e3bf0db019ebb9",
2424
"urls" : [
2525
{"url" : "https://github.com/graalvm/graal", "kind" : "git"},
2626
{"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind" : "binary"},

0 commit comments

Comments
 (0)