comparison truffle/com.oracle.truffle.sl.test/src/com/oracle/truffle/sl/test/SLTckTest.java @ 22375:78594d342228

Give Truffle languages access to evaluation functions of other languages.
author Jaroslav Tulach <jaroslav.tulach@oracle.com>
date Mon, 16 Nov 2015 15:41:29 +0100
parents 906a5f6e07cc
children fdf6ad720cdc
comparison
equal deleted inserted replaced
22369:05f812bce8cc 22375:78594d342228
168 @Override 168 @Override
169 protected String globalObject() { 169 protected String globalObject() {
170 return null; 170 return null;
171 } 171 }
172 172
173 @Override
174 protected String evaluateSource() {
175 return "interopEval";
176 }
177
173 // 178 //
174 // Ignore tests working on floats and double 179 // Ignore tests working on floats and double
175 // 180 //
176 181
177 @Override 182 @Override