Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorssankaran2014-03-05 07:39:11 +0000
committerssankaran2014-03-05 07:39:11 +0000
commit4207a2afae6c22729e09d7310b464a6d241a4a46 (patch)
treeebb0423e0684e40309c690425df82150ff1dabfc /org.eclipse.jdt.compiler.apt.tests
parent712689471fd4116d08552bca059239228ce897f6 (diff)
downloadeclipse.jdt.core-4207a2afae6c22729e09d7310b464a6d241a4a46.tar.gz
eclipse.jdt.core-4207a2afae6c22729e09d7310b464a6d241a4a46.tar.xz
eclipse.jdt.core-4207a2afae6c22729e09d7310b464a6d241a4a46.zip
[1.8] Inject a bug to match javac bug 8031744">8031744
Diffstat (limited to 'org.eclipse.jdt.compiler.apt.tests')
-rw-r--r--org.eclipse.jdt.compiler.apt.tests/src/org/eclipse/jdt/compiler/apt/tests/Java8ElementsTests.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt.compiler.apt.tests/src/org/eclipse/jdt/compiler/apt/tests/Java8ElementsTests.java b/org.eclipse.jdt.compiler.apt.tests/src/org/eclipse/jdt/compiler/apt/tests/Java8ElementsTests.java
index 037ea277ea..2cc9029bfc 100644
--- a/org.eclipse.jdt.compiler.apt.tests/src/org/eclipse/jdt/compiler/apt/tests/Java8ElementsTests.java
+++ b/org.eclipse.jdt.compiler.apt.tests/src/org/eclipse/jdt/compiler/apt/tests/Java8ElementsTests.java
@@ -288,7 +288,7 @@ public class Java8ElementsTests extends TestCase {
internalTest(compiler, JAVA8_ANNOTATION_PROC, "testTypeAnnotations26");
}
- public void testTypeAnnotations27() throws Exception {
+ public void _testTypeAnnotations27() throws Exception {
JavaCompiler compiler = BatchTestUtils.getEclipseCompiler();
internalTest(compiler, JAVA8_ANNOTATION_PROC, "testTypeAnnotations27");
}

Back to the top