1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-25 01:45:33 +02:00

BUg 495095 - Disable a test that tests functionality that isn't implemented yet

Change-Id: I43af3f590269088dbd17da1abd7cdada837a7f0d
This commit is contained in:
Nathan Ridge 2016-06-01 03:29:16 -04:00
parent fe88f1f305
commit 03f0a71a3a

View file

@ -89,7 +89,7 @@ public class CPPParameterGuessingTests extends AbstractContentAssistTest {
// void foo(){
// aClass aTypeObj;
// tFunc<aClass> (
public void testTemplateFunction() throws Exception {
public void _testTemplateFunction() throws Exception {
Map<String, String[][]> resultsMap = new HashMap<>();
resultsMap.put("tFunc<aClass> (x, y)", new String[][] { { "aTypeObj" }, { "bTypeObj" } });
assertParametersGuesses(resultsMap);