Преглед изворни кода

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 Прегледај датотеку

runTest("@Pointcut not returning void"); runTest("@Pointcut not returning void");
} }


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

Loading…
Откажи
Сачувај