GT-3481 - Gnu Demangler - Review fixes

This commit is contained in:
dragonmacher 2020-02-14 17:35:02 -05:00
parent a21a644a68
commit 24542296f2
2 changed files with 6 additions and 5 deletions

View file

@ -1035,7 +1035,7 @@ public class GnuDemanglerParserTest extends AbstractGenericTest {
}
@Test
public void testBob() throws Exception {
public void testTemplatesThatContainFunctionSignatures() throws Exception {
//
// Mangled: _ZNSt6vectorIN5boost8functionIFvvEEESaIS3_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS3_S5_EERKS3_
//
@ -1134,7 +1134,7 @@ public class GnuDemanglerParserTest extends AbstractGenericTest {
assertNull(res);
}
@Test
// @Test TODO upcoming fix for GT-3545
public void testFunctionWithLambda_WrappingAnotherFunctionCall() throws Exception {
//