From ac384e79157c35d12fed7b68b67567cae13dafc0 Mon Sep 17 00:00:00 2001 From: acolyer Date: Thu, 27 Feb 2003 19:38:52 +0000 Subject: [PATCH] Final message is actually on line 74, not 73 --- tests/ajcTestsFailing.xml | 2 +- tests/new/declare/DeclareWarning.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml index 6543e9b02..9fb315fa5 100644 --- a/tests/ajcTestsFailing.xml +++ b/tests/ajcTestsFailing.xml @@ -48,7 +48,7 @@ - + diff --git a/tests/new/declare/DeclareWarning.java b/tests/new/declare/DeclareWarning.java index 1c1fadc63..1ea56b2b8 100644 --- a/tests/new/declare/DeclareWarning.java +++ b/tests/new/declare/DeclareWarning.java @@ -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"); -- 2.39.5