# HG changeset patch # User Lukas Stadler # Date 1364206903 -3600 # Node ID ca3a5c5d3947a77431e157008b841ad45cdf2e81 # Parent c69b29285ff8c9f8f6eb72d312a15719a4188da7 enable test diff -r c69b29285ff8 -r ca3a5c5d3947 graal/com.oracle.graal.compiler.test/src/com/oracle/graal/compiler/test/ea/IterativeInliningTest.java --- 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();