diff graal/com.oracle.graal.compiler.ptx.test/src/com/oracle/graal/compiler/ptx/test/BasicPTXTest.java @ 10879:d55f24eac4b1

PTX support for Linux
author Morris Meyer <morris.meyer@oracle.com>
date Thu, 25 Jul 2013 22:15:30 -0400
parents 9af370c1fdf0
children 49bb1bc983c6
line wrap: on
line diff
--- a/graal/com.oracle.graal.compiler.ptx.test/src/com/oracle/graal/compiler/ptx/test/BasicPTXTest.java	Thu Jul 25 18:02:29 2013 -0700
+++ b/graal/com.oracle.graal.compiler.ptx.test/src/com/oracle/graal/compiler/ptx/test/BasicPTXTest.java	Thu Jul 25 22:15:30 2013 -0400
@@ -24,7 +24,6 @@
 
 import java.lang.reflect.Method;
 
-import org.junit.Ignore;
 import org.junit.Test;
 
 /**
@@ -34,10 +33,10 @@
 
     @Test
     public void testAdd() {
-        compile("testConstI");
+        invoke(compile("testConstI"));
     }
 
-    @Ignore
+    @Test
     public void testInvoke() {
         invoke(compile("testConstI"));
     }