diff options
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 |