]> source.dussan.org Git - aspectj.git/commitdiff
Final message is actually on line 74, not 73
authoracolyer <acolyer>
Thu, 27 Feb 2003 19:38:52 +0000 (19:38 +0000)
committeracolyer <acolyer>
Thu, 27 Feb 2003 19:38:52 +0000 (19:38 +0000)
tests/ajcTestsFailing.xml
tests/new/declare/DeclareWarning.java

index 6543e9b023bd76685b71a711578dc415167ef27e..9fb315fa5c08e2eef161b1895bf210dfaba8c244 100644 (file)
@@ -48,7 +48,7 @@
             <message kind="warning" line="33"/>
             <message kind="warning" line="36"/>
             <message kind="warning" line="39"/>
-            <message kind="warning" line="73"/>
+            <message kind="warning" line="74"/>
         </compile>
     </ajc-test>
 
index 1c1fadc63c6eb3bbe19fbf5413c37f9c652c1058..1ea56b2b842d9492a6b8c569f75fb426bf4fe9cc 100644 (file)
@@ -70,7 +70,7 @@ aspect A {
             : "adviceExecution() && within(A)";
 
     before() : initialization(DeclareWarning.new(..)) {
-        // CW 73
+        // CW 74
         long l = System.currentTimeMillis();
         if (0l == l) {
             throw new Error("never thrown");