Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java')
-rw-r--r--org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java b/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java
index 3a11f73c3..2c8237feb 100644
--- a/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java
+++ b/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java
@@ -1833,6 +1833,8 @@ public void test012_compiler_problems_tuning() {
expectedProblemAttributes.put("ReplaceCallinIncompatibleStatic", SKIP);
expectedProblemAttributes.put("UnknownPrecedence", SKIP);
expectedProblemAttributes.put("PrecedenceInRegularClass", SKIP);
+ expectedProblemAttributes.put("AfterCallinInNonAfterPrecedence", SKIP);
+ expectedProblemAttributes.put("NonAfterCallinInAfterPrecedence", SKIP);
expectedProblemAttributes.put("CallinBindingNotFound", SKIP);
expectedProblemAttributes.put("IllegalEnclosingForCallinName", SKIP);
expectedProblemAttributes.put("IncompatiblePrecedenceLists", SKIP);

Back to the top