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

Add new (unimplemented) TCK test

parent 2f99bf61
No related branches found
No related tags found
No related merge requests found
......@@ -164,6 +164,12 @@ public class FastRTckTest extends TruffleTCK {
return "valuesObject";
}
@Override
protected String addToArray() {
// TODO not yet supported
return null;
}
@Override
public void readWriteBooleanValue() throws Exception {
// TODO not yet supported
......
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