changeset 9406:a0f72fa35d8b

Remove blank line
author Christos Kotselidis <christos.kotselidis@oracle.com>
date Sun, 28 Apr 2013 21:50:39 +0200
parents 5618a717b8ad
children 9591dc4a62fa
files graal/com.oracle.graal.compiler.test/src/com/oracle/graal/compiler/test/WriteBarrierVerificationTest.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.compiler.test/src/com/oracle/graal/compiler/test/WriteBarrierVerificationTest.java	Sun Apr 28 20:53:33 2013 +0200
+++ b/graal/com.oracle.graal.compiler.test/src/com/oracle/graal/compiler/test/WriteBarrierVerificationTest.java	Sun Apr 28 21:50:39 2013 +0200
@@ -627,8 +627,8 @@
 
                 // First, the total number of expected barriers is checked.
                 final int barriers = graph.getNodes(SerialWriteBarrier.class).count();
+                Assert.assertTrue(expectedBarriers == barriers);
 
-                Assert.assertTrue(expectedBarriers == barriers);
                 class State {
 
                     boolean removeBarrier = false;