comparison truffle/com.oracle.truffle.sl.test/src/com/oracle/truffle/sl/test/SLTckTest.java @ 22173:dcb70d90c11d

Merging in changes in default branch
author Jaroslav Tulach <jaroslav.tulach@oracle.com>
date Mon, 21 Sep 2015 11:21:03 +0200
parents 41c5f430ce37 dc83cc1f94f2
children 0d36601f233e
comparison
equal deleted inserted replaced
22172:b31dcacfc8ff 22173:dcb70d90c11d
39 * SOFTWARE. 39 * SOFTWARE.
40 */ 40 */
41 package com.oracle.truffle.sl.test; 41 package com.oracle.truffle.sl.test;
42 42
43 import com.oracle.truffle.api.source.Source; 43 import com.oracle.truffle.api.source.Source;
44 import com.oracle.truffle.api.vm.PolyglotEngine;
44 import com.oracle.truffle.tck.TruffleTCK; 45 import com.oracle.truffle.tck.TruffleTCK;
45 import com.oracle.truffle.api.vm.PolyglotEngine; 46 import static org.junit.Assert.assertTrue;
46 import static org.junit.Assert.*;
47 import org.junit.Test; 47 import org.junit.Test;
48 48
49 /** 49 /**
50 * This is the way to verify your language implementation is compatible. 50 * This is the way to verify your language implementation is compatible.
51 * 51 *