diff options
-rw-r--r-- | tests/src/test/java/org/aspectj/systemtest/ajc165/WorldTests.java | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/tests/src/test/java/org/aspectj/systemtest/ajc165/WorldTests.java b/tests/src/test/java/org/aspectj/systemtest/ajc165/WorldTests.java index 427f34a5e..2e7671ad7 100644 --- a/tests/src/test/java/org/aspectj/systemtest/ajc165/WorldTests.java +++ b/tests/src/test/java/org/aspectj/systemtest/ajc165/WorldTests.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008 Contributors + * Copyright (c) 2008 Contributors * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -10,14 +10,12 @@ *******************************************************************************/ package org.aspectj.systemtest.ajc165; -import java.io.File; - -import junit.framework.Test; - import org.aspectj.testing.XMLBasedAjcTestCase; import org.aspectj.weaver.UnresolvedType; import org.aspectj.weaver.bcel.BcelWorld; +import junit.framework.Test; + public class WorldTests extends org.aspectj.testing.XMLBasedAjcTestCase { public void testWorldSize() { |