summaryrefslogtreecommitdiffstats
path: root/tests/new/SourceLocationWithinExpr.java
diff options
context:
space:
mode:
authorjhugunin <jhugunin>2003-05-01 00:21:12 +0000
committerjhugunin <jhugunin>2003-05-01 00:21:12 +0000
commit50a7291088bb04a856e5cf6ff31606b86213b052 (patch)
tree8976ab069a905be53cfa913bc35ec8c23004cfa6 /tests/new/SourceLocationWithinExpr.java
parenta9823f122ff3c9322c136292c45c1f9ea7cddc0a (diff)
downloadaspectj-50a7291088bb04a856e5cf6ff31606b86213b052.tar.gz
aspectj-50a7291088bb04a856e5cf6ff31606b86213b052.zip
Added easy to understand test for issue of Class.forName differences
between IBM and SUN's JDKs Moved a nit-picking part of SourceLocationWithExpr to its own test that is listed as a known limitation.
Diffstat (limited to 'tests/new/SourceLocationWithinExpr.java')
-rw-r--r--tests/new/SourceLocationWithinExpr.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/new/SourceLocationWithinExpr.java b/tests/new/SourceLocationWithinExpr.java
index 797fc430e..5a6b8234d 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 C() // 9*
+ // 10
. // 11
getD() // 12*
. // 13