changeset 21722:7f3381e97cf7

Make ControlFlowAnchorDirectiveTest less restrictive. Should not depend on peeling policy.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 04 Jun 2015 15:16:14 +0200
parents 1a4c3fdee936
children ce6b8ee2c6f2
files graal/com.oracle.graal.api.directives.test/src/com/oracle/graal/api/directives/test/ControlFlowAnchorDirectiveTest.java
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.api.directives.test/src/com/oracle/graal/api/directives/test/ControlFlowAnchorDirectiveTest.java	Thu Jun 04 13:36:56 2015 +0200
+++ b/graal/com.oracle.graal.api.directives.test/src/com/oracle/graal/api/directives/test/ControlFlowAnchorDirectiveTest.java	Thu Jun 04 15:16:14 2015 +0200
@@ -165,7 +165,6 @@
 
     @Test
     public void testPeel() {
-        test("verifyPeelSnippet", 42);
         test("preventPeelSnippet", 42);
     }