comparison truffle/com.oracle.truffle.sl.test/src/com/oracle/truffle/sl/test/instrument/SLSimpleInstrumentTestSuite.java @ 22157:dc83cc1f94f2

Using fully qualified imports
author Jaroslav Tulach <jaroslav.tulach@oracle.com>
date Wed, 16 Sep 2015 11:33:22 +0200
parents 503529c65456
children df6a1647cfb3
comparison
equal deleted inserted replaced
22156:50056a161d7f 22157:dc83cc1f94f2
38 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 38 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
39 * SOFTWARE. 39 * SOFTWARE.
40 */ 40 */
41 package com.oracle.truffle.sl.test.instrument; 41 package com.oracle.truffle.sl.test.instrument;
42 42
43 import org.junit.*; 43 import org.junit.Test;
44 import org.junit.runner.*; 44 import org.junit.runner.RunWith;
45 45
46 @RunWith(SLInstrumentTestRunner.class) 46 @RunWith(SLInstrumentTestRunner.class)
47 @SLInstrumentTestSuite({"truffle/com.oracle.truffle.sl.test/tests_instrumentation", "tests_instrumentation"}) 47 @SLInstrumentTestSuite({"truffle/com.oracle.truffle.sl.test/tests_instrumentation", "tests_instrumentation"})
48 public class SLSimpleInstrumentTestSuite { 48 public class SLSimpleInstrumentTestSuite {
49 49