diff graal/com.oracle.graal.jtt/src/com/oracle/graal/jtt/hotpath/HP_nest02.java @ 15321:c6fcb4a36c6a

unittest: remove @LongTest
author Bernhard Urban <bernhard.urban@jku.at>
date Wed, 23 Apr 2014 11:48:54 +0200
parents 64dcb92ee75a
children
line wrap: on
line diff
--- a/graal/com.oracle.graal.jtt/src/com/oracle/graal/jtt/hotpath/HP_nest02.java	Wed Apr 23 16:22:17 2014 +0200
+++ b/graal/com.oracle.graal.jtt/src/com/oracle/graal/jtt/hotpath/HP_nest02.java	Wed Apr 23 11:48:54 2014 +0200
@@ -23,8 +23,9 @@
 // Checkstyle: stop
 package com.oracle.graal.jtt.hotpath;
 
+import org.junit.*;
+
 import com.oracle.graal.jtt.*;
-import com.oracle.graal.test.*;
 
 /*
  */
@@ -48,7 +49,7 @@
         return sum;
     }
 
-    @LongTest
+    @Test
     public void run0() throws Throwable {
         runTest("test", 15);
     }