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

override byte TCK tests

parent 673a210d
Branches
No related tags found
No related merge requests found
...@@ -274,6 +274,16 @@ public class FastRTckTest extends TruffleTCK { ...@@ -274,6 +274,16 @@ public class FastRTckTest extends TruffleTCK {
// no longs in FastR // no longs in FastR
} }
@Override
public void testPlusWithBytes() throws Exception {
// no bytes in FastR
}
@Override
public void testPlusWithOneNegativeByte() throws Exception {
// no bytes in FastR
}
@Override @Override
public void testPlusWithShort() throws Exception { public void testPlusWithShort() throws Exception {
// no shorts in FastR // no shorts in FastR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment