# HG changeset patch # User Christos Kotselidis # Date 1370852057 -7200 # Node ID 5f2ab1ec1a8777f629e386ba97385379440d2b1b # Parent 44fcf49b746f1cb081d19028b945666560868d4d Remove blank line diff -r 44fcf49b746f -r 5f2ab1ec1a87 graal/com.oracle.graal.hotspot.test/src/com/oracle/graal/hotspot/test/CompressedOopTest.java --- a/graal/com.oracle.graal.hotspot.test/src/com/oracle/graal/hotspot/test/CompressedOopTest.java Fri Jun 07 10:52:48 2013 +0200 +++ b/graal/com.oracle.graal.hotspot.test/src/com/oracle/graal/hotspot/test/CompressedOopTest.java Mon Jun 10 10:14:17 2013 +0200 @@ -39,7 +39,6 @@ * The following tests perform object/array equality and assignments in various ways. The selected * cases have been the problematic ones while implementing the Compressed Oops support. */ - public class CompressedOopTest extends GraalCompilerTest { private final MetaAccessProvider metaAccessProvider;