comparison truffle/com.oracle.truffle.sl.test/src/com/oracle/truffle/sl/test/SLTckTest.java @ 22547:c3a7ad415a8a

Improving formating
author Jaroslav Tulach <jaroslav.tulach@oracle.com>
date Thu, 14 Jan 2016 14:13:20 +0100
parents f8fb609939a7
children
comparison
equal deleted inserted replaced
22546:e77bcc4e4af6 22547:c3a7ad415a8a
44 import com.oracle.truffle.api.vm.PolyglotEngine; 44 import com.oracle.truffle.api.vm.PolyglotEngine;
45 import com.oracle.truffle.sl.test.instrument.InstrumentationTestMode; 45 import com.oracle.truffle.sl.test.instrument.InstrumentationTestMode;
46 import com.oracle.truffle.tck.TruffleTCK; 46 import com.oracle.truffle.tck.TruffleTCK;
47 47
48 import org.junit.After; 48 import org.junit.After;
49
50 49
51 import org.junit.Before; 50 import org.junit.Before;
52 import org.junit.Test; 51 import org.junit.Test;
53 import static org.junit.Assert.assertTrue; 52 import static org.junit.Assert.assertTrue;
54 53