浏览代码

temp fix to allow parserexceptions out...

extensions
aclement 17 年前
父节点
当前提交
2dd80858cd
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      tests/src/org/aspectj/systemtest/ajc150/ataspectj/AtAjMisuseTests.java

+ 1
- 0
tests/src/org/aspectj/systemtest/ajc150/ataspectj/AtAjMisuseTests.java 查看文件

@@ -42,6 +42,7 @@ public class AtAjMisuseTests extends XMLBasedAjcTestCase {
runTest("@Pointcut not returning void");
}

// test fails if the pointcut parserexception is allowed to get out...
public void testQPointcutWithGarbageString() {
runTest("@Pointcut with garbage string");
}

正在加载...
取消
保存