aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/test/java/org/aspectj/systemtest/AllTests17.java
diff options
context:
space:
mode:
authorAndy Clement <aclement@pivotal.io>2019-11-28 21:22:23 -0800
committerAndy Clement <aclement@pivotal.io>2019-11-28 21:22:23 -0800
commitcc88d52fb6c60fbc79a59dec61365b7864baa942 (patch)
tree2589b7d603cf5b52e7c619144343ab046e8e6c24 /tests/src/test/java/org/aspectj/systemtest/AllTests17.java
parenta3e5e4104ff31c9f06d90bd0f6876bef305831dc (diff)
downloadaspectj-cc88d52fb6c60fbc79a59dec61365b7864baa942.tar.gz
aspectj-cc88d52fb6c60fbc79a59dec61365b7864baa942.zip
polish
Diffstat (limited to 'tests/src/test/java/org/aspectj/systemtest/AllTests17.java')
-rw-r--r--tests/src/test/java/org/aspectj/systemtest/AllTests17.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/src/test/java/org/aspectj/systemtest/AllTests17.java b/tests/src/test/java/org/aspectj/systemtest/AllTests17.java
index 9feebfb1e..cc1e480ef 100644
--- a/tests/src/test/java/org/aspectj/systemtest/AllTests17.java
+++ b/tests/src/test/java/org/aspectj/systemtest/AllTests17.java
@@ -3,9 +3,6 @@
*/
package org.aspectj.systemtest;
-import junit.framework.Test;
-import junit.framework.TestSuite;
-
import org.aspectj.systemtest.ajc170.AllTestsAspectJ170;
import org.aspectj.systemtest.ajc171.AllTestsAspectJ171;
import org.aspectj.systemtest.ajc172.AllTestsAspectJ172;
@@ -13,6 +10,9 @@ import org.aspectj.systemtest.ajc173.AllTestsAspectJ173;
import org.aspectj.systemtest.ajc174.AllTestsAspectJ174;
import org.aspectj.systemtest.ajc175.AllTestsAspectJ175;
+import junit.framework.Test;
+import junit.framework.TestSuite;
+
public class AllTests17 {
public static Test suite() {