Skip to content
Snippets Groups Projects
Commit 62674566 authored by Mick Jordan's avatar Mick Jordan
Browse files

[GR-3971] Update truffle import; stub out Tck test objectWithKeyInfoAttributes

parent 8c499883
No related branches found
No related tags found
No related merge requests found
......@@ -285,6 +285,12 @@ public class FastRTckTest extends TruffleTCK {
return "objectWithValueAndAddProperty";
}
@Override
protected String objectWithKeyInfoAttributes() {
// TODO
return null;
}
@Override
protected String callMethod() {
return "callMethod";
......
......@@ -29,7 +29,7 @@ suite = {
{
"name" : "truffle",
"subdir" : True,
"version" : "01a039cbfc6238fd78d9159292495f93d6428f2a",
"version" : "8ee92107d834749dc2355cf48062e08d49e02a67",
"urls" : [
{"url" : "https://github.com/graalvm/graal", "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.
Finish editing this message first!
Please register or to comment