diff options
Diffstat (limited to 'tests/src/test/java/org/aspectj/systemtest/ajc153/JDTLikeHandleProviderTests.java')
-rw-r--r-- | tests/src/test/java/org/aspectj/systemtest/ajc153/JDTLikeHandleProviderTests.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/src/test/java/org/aspectj/systemtest/ajc153/JDTLikeHandleProviderTests.java b/tests/src/test/java/org/aspectj/systemtest/ajc153/JDTLikeHandleProviderTests.java index db793222c..9240b3632 100644 --- a/tests/src/test/java/org/aspectj/systemtest/ajc153/JDTLikeHandleProviderTests.java +++ b/tests/src/test/java/org/aspectj/systemtest/ajc153/JDTLikeHandleProviderTests.java @@ -149,8 +149,7 @@ public class JDTLikeHandleProviderTests extends XMLBasedAjcTestCase { "<pkg*A12.aj>A´declare \\@constructor"); } - // what about 2 pieces of before advice with the same - // signature and the same pointcut + // what about 2 pieces of before advice with the same signature and the same pointcut public void testTwoPiecesOfAdviceWithSameSignatureAndPointcut() { runTest("two pieces of advice with the same signature and pointcut"); IHierarchy top = AsmManager.lastActiveStructureModel.getHierarchy(); |