diff options
author | wisberg <wisberg> | 2005-06-09 15:57:10 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2005-06-09 15:57:10 +0000 |
commit | 6b4238eb0f0871eae60d71fe596c96c2ae5dce76 (patch) | |
tree | 7757f5e169ad0e12fa4401864dee398e4035bdbb /tests | |
parent | e0e3389181b6ca1a88ed12e988abd4d4eb533ddd (diff) | |
download | aspectj-6b4238eb0f0871eae60d71fe596c96c2ae5dce76.tar.gz aspectj-6b4238eb0f0871eae60d71fe596c96c2ae5dce76.zip |
unused imports (only)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/src/org/aspectj/systemtest/AllTests.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/src/org/aspectj/systemtest/AllTests.java b/tests/src/org/aspectj/systemtest/AllTests.java index ca01cd05c..0ea78b169 100644 --- a/tests/src/org/aspectj/systemtest/AllTests.java +++ b/tests/src/org/aspectj/systemtest/AllTests.java @@ -13,7 +13,6 @@ import org.aspectj.systemtest.ajc10x.Ajc10xTests; import org.aspectj.systemtest.ajc11.Ajc11Tests; import org.aspectj.systemtest.ajc120.Ajc120Tests; import org.aspectj.systemtest.ajc121.Ajc121Tests; -import org.aspectj.systemtest.ajc150.AllTestsAspectJ150; import org.aspectj.systemtest.aspectpath.AspectPathTests; import org.aspectj.systemtest.base.BaseTests; import org.aspectj.systemtest.design.DesignTests; |