Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Prigogin2013-05-08 02:47:40 +0000
committerSergey Prigogin2013-05-08 03:34:20 +0000
commitb7f27c70ca2fa0fd8de091aa9eb7f94c714e9bd8 (patch)
tree7195dc6e88b71f2fe543f0663e3f42bfd635f66f /lrparser
parentfd5ee15baa002b7dc3faf6513db6ac823c4fb2d4 (diff)
downloadorg.eclipse.cdt-b7f27c70ca2fa0fd8de091aa9eb7f94c714e9bd8.tar.gz
org.eclipse.cdt-b7f27c70ca2fa0fd8de091aa9eb7f94c714e9bd8.tar.xz
org.eclipse.cdt-b7f27c70ca2fa0fd8de091aa9eb7f94c714e9bd8.zip
Cosmetics.
Diffstat (limited to 'lrparser')
-rw-r--r--lrparser/org.eclipse.cdt.core.lrparser.tests/src/org/eclipse/cdt/core/lrparser/tests/LRTemplateTests.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/lrparser/org.eclipse.cdt.core.lrparser.tests/src/org/eclipse/cdt/core/lrparser/tests/LRTemplateTests.java b/lrparser/org.eclipse.cdt.core.lrparser.tests/src/org/eclipse/cdt/core/lrparser/tests/LRTemplateTests.java
index 82dc3aae40d..4b33ed1f546 100644
--- a/lrparser/org.eclipse.cdt.core.lrparser.tests/src/org/eclipse/cdt/core/lrparser/tests/LRTemplateTests.java
+++ b/lrparser/org.eclipse.cdt.core.lrparser.tests/src/org/eclipse/cdt/core/lrparser/tests/LRTemplateTests.java
@@ -103,10 +103,10 @@ public class LRTemplateTests extends AST2TemplateTests {
public void testFunctionParameterPacksInNonFinalPosition_324096() throws Exception {}
//decltype related
@Override
- public void testFunctionCallOnDependentName_Bug337686() throws Exception {}
+ public void testFunctionCallOnDependentName_337686() throws Exception {}
//variadic template
@Override
- public void testVariadicFunctionTemplate_Bug333389() throws Exception {}
+ public void testVariadicFunctionTemplate_333389() throws Exception {}
//auto
@Override
public void testRRefVsRef_351927() throws Exception {}

Back to the top