diff truffle/com.oracle.truffle.sl.test/src/com/oracle/truffle/sl/test/SLTckTest.java @ 22139:597953a8e6f0

Testing behavior of primitive types returned from an interop method.
author Jaroslav Tulach <jaroslav.tulach@oracle.com>
date Wed, 09 Sep 2015 19:18:44 +0200
parents a583d7ffd285
children 92906003d607
line wrap: on
line diff
--- a/truffle/com.oracle.truffle.sl.test/src/com/oracle/truffle/sl/test/SLTckTest.java	Wed Sep 09 18:53:14 2015 +0200
+++ b/truffle/com.oracle.truffle.sl.test/src/com/oracle/truffle/sl/test/SLTckTest.java	Wed Sep 09 19:18:44 2015 +0200
@@ -152,4 +152,12 @@
     @Override
     public void testPlusWithFloat() throws Exception {
     }
+
+    @Override
+    public void testPrimitiveReturnTypeDouble() throws Exception {
+    }
+
+    @Override
+    public void testPrimitiveReturnTypeFloat() throws Exception {
+    }
 }