ソースを参照

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

読み込み中…
キャンセル
保存