aboutsummaryrefslogtreecommitdiffstats
path: root/testing-drivers/testsrc/org/aspectj
diff options
context:
space:
mode:
Diffstat (limited to 'testing-drivers/testsrc/org/aspectj')
-rw-r--r--testing-drivers/testsrc/org/aspectj/testing/drivers/HarnessSelectionTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing-drivers/testsrc/org/aspectj/testing/drivers/HarnessSelectionTest.java b/testing-drivers/testsrc/org/aspectj/testing/drivers/HarnessSelectionTest.java
index dd0ed82c3..dcd1d3dd3 100644
--- a/testing-drivers/testsrc/org/aspectj/testing/drivers/HarnessSelectionTest.java
+++ b/testing-drivers/testsrc/org/aspectj/testing/drivers/HarnessSelectionTest.java
@@ -164,7 +164,7 @@ public class HarnessSelectionTest extends TestCase {
"-ajctestRequireKeywords=eclipseOptionSkip"
};
Exp exp = new Exp(17, 0, 17, 0, 0, 0, 6);
- checkSelection(SELECT, options, "no support in eclipse-based compiler", exp);
+ checkSelection(SELECT, options, "old ajc 1.0 option", exp);
}
public void testAjcEclipseConflict() {
@@ -185,7 +185,7 @@ public class HarnessSelectionTest extends TestCase {
"-ajctestSkipKeywords=skipUnenforcedAjcLimit"
};
Exp exp = new Exp(17, 3, 14, 3, 0, 0, 6);
- checkSelection(SELECT, options, "conflict between arg=!eclipse and global=^eclipse", exp);
+ checkSelection(SELECT, options, "force conflict between eclipse", exp);
}
public void testSinglePR() {