diff options
author | aclement <aclement> | 2008-06-10 20:21:16 +0000 |
---|---|---|
committer | aclement <aclement> | 2008-06-10 20:21:16 +0000 |
commit | d97cf3597e95aef667539c6a24c3e1345c20dfe7 (patch) | |
tree | 99f09f16f7fcf43d2ebf700d4e15b12963803b95 /tests | |
parent | 59f843d4e51064094d1540f4955e54080d185123 (diff) | |
download | aspectj-d97cf3597e95aef667539c6a24c3e1345c20dfe7.tar.gz aspectj-d97cf3597e95aef667539c6a24c3e1345c20dfe7.zip |
test and fix for 174385
Diffstat (limited to 'tests')
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc161/Ajc161Tests.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc161/Ajc161Tests.java b/tests/src/org/aspectj/systemtest/ajc161/Ajc161Tests.java index ec13e0260..65c14c8e9 100644 --- a/tests/src/org/aspectj/systemtest/ajc161/Ajc161Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc161/Ajc161Tests.java @@ -23,7 +23,7 @@ import org.aspectj.testing.XMLBasedAjcTestCase; public class Ajc161Tests extends org.aspectj.testing.XMLBasedAjcTestCase { // AspectJ1.6.1 -// public void testFinalStringsAnnotationPointcut_pr174385() { runTest("static strings in annotation pointcuts");} + public void testFinalStringsAnnotationPointcut_pr174385() { runTest("static strings in annotation pointcuts");} public void testComplexBoundsGenericAspect_pr199130_1() { runTest("complex bounds on generic aspect - 1");} public void testComplexBoundsGenericAspect_pr199130_2() { runTest("complex bounds on generic aspect - 2");} public void testComplexBoundsGenericAspect_pr199130_3() { runTest("complex bounds on generic aspect - 3");} |