changeset 8557:ca3a5c5d3947

enable test
author Lukas Stadler <lukas.stadler@jku.at>
date Mon, 25 Mar 2013 11:21:43 +0100
parents c69b29285ff8
children 43ab11ee5524
files graal/com.oracle.graal.compiler.test/src/com/oracle/graal/compiler/test/ea/IterativeInliningTest.java
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.compiler.test/src/com/oracle/graal/compiler/test/ea/IterativeInliningTest.java	Mon Mar 25 11:21:33 2013 +0100
+++ b/graal/com.oracle.graal.compiler.test/src/com/oracle/graal/compiler/test/ea/IterativeInliningTest.java	Mon Mar 25 11:21:43 2013 +0100
@@ -85,7 +85,6 @@
         return a.callable.call();
     }
 
-    @Ignore
     @Test
     public void testSimpleRead() {
         ValueNode result = getReturn("testSimpleReadSnippet").result();