aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/org/aspectj/systemtest/ajc174/Ajc174Tests.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/org/aspectj/systemtest/ajc174/Ajc174Tests.java')
-rw-r--r--tests/src/org/aspectj/systemtest/ajc174/Ajc174Tests.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc174/Ajc174Tests.java b/tests/src/org/aspectj/systemtest/ajc174/Ajc174Tests.java
index bf7a49825..e492c5646 100644
--- a/tests/src/org/aspectj/systemtest/ajc174/Ajc174Tests.java
+++ b/tests/src/org/aspectj/systemtest/ajc174/Ajc174Tests.java
@@ -21,6 +21,10 @@ import org.aspectj.testing.XMLBasedAjcTestCase;
*/
public class Ajc174Tests extends org.aspectj.testing.XMLBasedAjcTestCase {
+ public void testExtraInserts() throws Exception {
+ runTest("extra inserts");
+ }
+
public void testMoreConfigurableLint_419279() throws Exception {
runTest("more configurable lint");
}