# HG changeset patch # User Gilles Duboscq # Date 1389724297 -3600 # Node ID b9a5fa29846124a20ea7910b1002c0a530157631 # Parent e57115c4116442c11f070823d4463b90b892aa0a Adjust expected test result in WriteBarrierVerificationTest diff -r e57115c41164 -r b9a5fa298461 graal/com.oracle.graal.hotspot.test/src/com/oracle/graal/hotspot/test/WriteBarrierVerificationTest.java --- 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}); }