Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Prigogin2014-02-11 04:12:55 +0000
committerSergey Prigogin2014-02-11 04:12:55 +0000
commitffa470ee1a0c4bbab697df26a00fc4d2c8ae9b61 (patch)
tree380bff6e33c022dc77545e77fcf10577b029ae42 /lrparser
parent37da12d84f748f0ebd0a999181e2e40802e5c154 (diff)
downloadorg.eclipse.cdt-ffa470ee1a0c4bbab697df26a00fc4d2c8ae9b61.tar.gz
org.eclipse.cdt-ffa470ee1a0c4bbab697df26a00fc4d2c8ae9b61.tar.xz
org.eclipse.cdt-ffa470ee1a0c4bbab697df26a00fc4d2c8ae9b61.zip
Improved consistency of test method names.
Diffstat (limited to 'lrparser')
-rw-r--r--lrparser/org.eclipse.cdt.core.lrparser.tests/src/org/eclipse/cdt/core/lrparser/tests/LRCPPTests.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/lrparser/org.eclipse.cdt.core.lrparser.tests/src/org/eclipse/cdt/core/lrparser/tests/LRCPPTests.java b/lrparser/org.eclipse.cdt.core.lrparser.tests/src/org/eclipse/cdt/core/lrparser/tests/LRCPPTests.java
index 6d5c99fef18..87fb486736b 100644
--- a/lrparser/org.eclipse.cdt.core.lrparser.tests/src/org/eclipse/cdt/core/lrparser/tests/LRCPPTests.java
+++ b/lrparser/org.eclipse.cdt.core.lrparser.tests/src/org/eclipse/cdt/core/lrparser/tests/LRCPPTests.java
@@ -140,7 +140,7 @@ public class LRCPPTests extends AST2CPPTests {
@Override
public void testPureVirtualVsInitDeclarator_267184() throws Exception {}
@Override
- public void testDeclarationAmbiguity_Bug269953() throws Exception {}
+ public void testDeclarationAmbiguity_269953() throws Exception {}
@Override
public void testInitSyntax_302412() throws Exception {}
@Override

Back to the top