comparison 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
comparison
equal deleted inserted replaced
22138:a583d7ffd285 22139:597953a8e6f0
150 } 150 }
151 151
152 @Override 152 @Override
153 public void testPlusWithFloat() throws Exception { 153 public void testPlusWithFloat() throws Exception {
154 } 154 }
155
156 @Override
157 public void testPrimitiveReturnTypeDouble() throws Exception {
158 }
159
160 @Override
161 public void testPrimitiveReturnTypeFloat() throws Exception {
162 }
155 } 163 }