comparison graal/com.oracle.truffle.api.dsl.test/src/com/oracle/truffle/api/dsl/test/LazyClassLoadingTest.java @ 21554:b1530a6cce8c

renamed com.oracle.graal.[debug|options|hotspotvmconfig]* modules to com.oracle.jvmci.[debug|options|hotspotvmconfig]* modules (JBS:GRAAL-53)
author Doug Simon <doug.simon@oracle.com>
date Tue, 26 May 2015 23:21:15 +0200
parents cb3bdd77c809
children
comparison
equal deleted inserted replaced
21553:0910a9497b02 21554:b1530a6cce8c
26 26
27 import org.junit.*; 27 import org.junit.*;
28 28
29 import com.oracle.truffle.api.dsl.*; 29 import com.oracle.truffle.api.dsl.*;
30 import com.oracle.truffle.api.dsl.test.LazyClassLoadingTestFactory.TestNodeFactory; 30 import com.oracle.truffle.api.dsl.test.LazyClassLoadingTestFactory.TestNodeFactory;
31 import com.oracle.truffle.api.dsl.test.TypeSystemTest.*; 31 import com.oracle.truffle.api.dsl.test.TypeSystemTest.TestRootNode;
32 import com.oracle.truffle.api.dsl.test.TypeSystemTest.ValueNode;
32 33
33 public class LazyClassLoadingTest { 34 public class LazyClassLoadingTest {
34 @Test 35 @Test
35 public void test() { 36 public void test() {
36 String factoryName = TestNodeFactory.class.getName(); 37 String factoryName = TestNodeFactory.class.getName();