diff options
author | jhugunin <jhugunin> | 2003-05-11 18:49:46 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2003-05-11 18:49:46 +0000 |
commit | 1330fc6ce3e13ec7f816e651fd51a89bd31579ea (patch) | |
tree | d95e4aa0787290aa26e7396000a904db7d79c0f3 /tests/ajcTests.xml | |
parent | e9a12030e72b0cec46d5d8d1833c68fe27161180 (diff) | |
download | aspectj-1330fc6ce3e13ec7f816e651fd51a89bd31579ea.tar.gz aspectj-1330fc6ce3e13ec7f816e651fd51a89bd31579ea.zip |
test for Bugzilla Bug 37325
Weaver fails with NPE for very large source files
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r-- | tests/ajcTests.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml index da47349f5..c1e81c948 100644 --- a/tests/ajcTests.xml +++ b/tests/ajcTests.xml @@ -6189,5 +6189,10 @@ <inc-compile tag="20"/> <run class="app.Main"/> </ajc-test> - + + <ajc-test dir="bugs" pr="37325" + title="Weaver fails with NPE for very large source files "> + <compile files="LongFile.java"/> + <run class="LongFile"/> + </ajc-test> </suite> |