aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/org/aspectj/systemtest/ajc150/SuppressedWarnings.java
diff options
context:
space:
mode:
authoraclement <aclement>2005-05-09 11:08:28 +0000
committeraclement <aclement>2005-05-09 11:08:28 +0000
commitf6034581d8540124494806a7c6b3ad37ead2b6c3 (patch)
tree158298c44f78ba53dfb1cd95ccde8c1f01cafa87 /tests/src/org/aspectj/systemtest/ajc150/SuppressedWarnings.java
parent51c018d9bbf0ecfb312cb2b56112c71cfc516c53 (diff)
downloadaspectj-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.java5
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