changeset 13636:b9a5fa298461

Adjust expected test result in WriteBarrierVerificationTest
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 14 Jan 2014 19:31:37 +0100
parents e57115c41164
children c07c88aca256
files graal/com.oracle.graal.hotspot.test/src/com/oracle/graal/hotspot/test/WriteBarrierVerificationTest.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.hotspot.test/src/com/oracle/graal/hotspot/test/WriteBarrierVerificationTest.java	Tue Jan 14 16:27:14 2014 +0100
+++ b/graal/com.oracle.graal.hotspot.test/src/com/oracle/graal/hotspot/test/WriteBarrierVerificationTest.java	Tue Jan 14 19:31:37 2014 +0100
@@ -547,7 +547,7 @@
         test("test11Snippet", 11, new int[]{5});
     }
 
-    @Test(expected = AssertionError.class)
+    @Test
     public void test56() {
         test("test11Snippet", 11, new int[]{11});
     }