diff options
Diffstat (limited to 'testing/testsrc')
-rw-r--r-- | testing/testsrc/org/aspectj/testing/harness/bridge/AjcSpecTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/testsrc/org/aspectj/testing/harness/bridge/AjcSpecTest.java b/testing/testsrc/org/aspectj/testing/harness/bridge/AjcSpecTest.java index 2c3c46e98..c55b0a894 100644 --- a/testing/testsrc/org/aspectj/testing/harness/bridge/AjcSpecTest.java +++ b/testing/testsrc/org/aspectj/testing/harness/bridge/AjcSpecTest.java @@ -299,7 +299,7 @@ public class AjcSpecTest extends TestCase { assertTrue(lhs.getKind() == rhs.getKind()); same(lhs.getMessage(), rhs.getMessage(), a); assertEquals(lhs.getThrown(), rhs.getThrown()); - sameSourceLocation(lhs.getISourceLocation(), rhs.getISourceLocation(), a); + sameSourceLocation(lhs.getSourceLocation(), rhs.getSourceLocation(), a); } public static void sameSourceLocation(ISourceLocation lhs, ISourceLocation rhs, Assert a) { |