changeset 9400:84ffc957dae3

Remove blank lines from write barrier verification tests
author Christos Kotselidis <christos.kotselidis@oracle.com>
date Thu, 25 Apr 2013 14:11:45 +0200
parents 25c2e9b29e97
children 95447e46ac86
files graal/com.oracle.graal.compiler.test/src/com/oracle/graal/compiler/test/WriteBarrierVerificationTest.java
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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)