From: aclement Date: Thu, 27 Jul 2006 07:16:59 +0000 (+0000) Subject: doh! uses api that isnt there yet... X-Git-Tag: PRE_PIPELINE~9 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=cb812785a69a69f6eaa70ce959ea72c84062daa0;p=aspectj.git doh! uses api that isnt there yet... --- diff --git a/tests/src/org/aspectj/systemtest/ajc153/PipeliningTests.java b/tests/src/org/aspectj/systemtest/ajc153/PipeliningTests.java index f74a66c12..123db5c6b 100644 --- a/tests/src/org/aspectj/systemtest/ajc153/PipeliningTests.java +++ b/tests/src/org/aspectj/systemtest/ajc153/PipeliningTests.java @@ -14,7 +14,7 @@ import java.io.File; import junit.framework.Test; -import org.aspectj.ajdt.internal.compiler.AjPipeliningCompilerAdapter; +//import org.aspectj.ajdt.internal.compiler.AjPipeliningCompilerAdapter; import org.aspectj.testing.XMLBasedAjcTestCase; /**