diff options
author | aclement <aclement> | 2005-05-09 11:08:28 +0000 |
---|---|---|
committer | aclement <aclement> | 2005-05-09 11:08:28 +0000 |
commit | f6034581d8540124494806a7c6b3ad37ead2b6c3 (patch) | |
tree | 158298c44f78ba53dfb1cd95ccde8c1f01cafa87 /tests/src/org/aspectj/systemtest/ajc150/SuppressedWarnings.java | |
parent | 51c018d9bbf0ecfb312cb2b56112c71cfc516c53 (diff) | |
download | aspectj-f6034581d8540124494806a7c6b3ad37ead2b6c3.tar.gz aspectj-f6034581d8540124494806a7c6b3ad37ead2b6c3.zip |
tests and fixes for 93345 and static imports. From Andrew Huff.
Diffstat (limited to 'tests/src/org/aspectj/systemtest/ajc150/SuppressedWarnings.java')
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc150/SuppressedWarnings.java | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc150/SuppressedWarnings.java b/tests/src/org/aspectj/systemtest/ajc150/SuppressedWarnings.java index 8f1e7d295..db407560c 100644 --- a/tests/src/org/aspectj/systemtest/ajc150/SuppressedWarnings.java +++ b/tests/src/org/aspectj/systemtest/ajc150/SuppressedWarnings.java @@ -42,5 +42,8 @@ public class SuppressedWarnings extends XMLBasedAjcTestCase { public void testSuppression2() { runTest("suppressing non-matching advice warnings when multiple source files involved"); } - + + public void testSuppressionWithCflow_pr93345() { + runTest("XLint warning for advice not applied with cflow(execution)"); + } }
\ No newline at end of file |