소스 검색

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");
}

Loading…
취소
저장