diff options
Diffstat (limited to 'tests/errors/NoSource.java')
-rw-r--r-- | tests/errors/NoSource.java | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/errors/NoSource.java b/tests/errors/NoSource.java index 31549fd77..6a7c52281 100644 --- a/tests/errors/NoSource.java +++ b/tests/errors/NoSource.java @@ -1,7 +1,5 @@ import org.aspectj.testing.Tester; class NoSource { - introduction String { - public void foo() {} - } + public void String.foo() {} } |