From e3ad8bbd021d8949bc2c45a2e1749cb1d720a195 Mon Sep 17 00:00:00 2001 From: jhugunin Date: Fri, 28 Mar 2003 00:54:19 +0000 Subject: Major changes in order to move to Eclipse-JDT 2.1 as a base. In the process of this many changes were made to try to make keeping up with the Eclipse-JDT code base as easy as possible in the future. --- tests/new/SourceLocationWithinExpr.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/new') diff --git a/tests/new/SourceLocationWithinExpr.java b/tests/new/SourceLocationWithinExpr.java index 3567fc57e..797fc430e 100644 --- a/tests/new/SourceLocationWithinExpr.java +++ b/tests/new/SourceLocationWithinExpr.java @@ -6,8 +6,8 @@ import org.aspectj.lang.reflect.*; /** @testcase PR#885 call source locations within expression */ public class SourceLocationWithinExpr { public static void main (String[] args) { - new // 9 - C() // 10* + new // 9* + C() // 10 . // 11 getD() // 12* . // 13 @@ -28,7 +28,7 @@ aspect A { private static final String SEP = " - "; static { // using qualifying expr? - Tester.expectEvent("C()" + SEP + "10"); + Tester.expectEvent("C()" + SEP + "9"); Tester.expectEvent("getD()" + SEP + "12"); Tester.expectEvent("getE()" + SEP + "14"); Tester.expectEvent("getF()" + SEP + "16"); -- cgit v1.2.3