# HG changeset patch # User Christos Kotselidis # Date 1366891905 -7200 # Node ID 84ffc957dae3fc5e7586bd09f7652b75691835ca # Parent 25c2e9b29e970ff05357046f7e198e1a57c13057 Remove blank lines from write barrier verification tests diff -r 25c2e9b29e97 -r 84ffc957dae3 graal/com.oracle.graal.compiler.test/src/com/oracle/graal/compiler/test/WriteBarrierVerificationTest.java --- a/graal/com.oracle.graal.compiler.test/src/com/oracle/graal/compiler/test/WriteBarrierVerificationTest.java Thu Apr 25 12:25:38 2013 +0200 +++ b/graal/com.oracle.graal.compiler.test/src/com/oracle/graal/compiler/test/WriteBarrierVerificationTest.java Thu Apr 25 14:11:45 2013 +0200 @@ -303,16 +303,13 @@ main.b = temp2; } } - barrierIndex = 5; main.a = temp1; barrierIndex = 6; main.b = temp1; barrierIndex = 8; main1.b = temp1; - safepoint(); - } @Test(expected = AssertionError.class)