mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 14:55:41 +02:00
BUg 495095 - Disable a test that tests functionality that isn't implemented yet
Change-Id: I43af3f590269088dbd17da1abd7cdada837a7f0d
This commit is contained in:
parent
fe88f1f305
commit
03f0a71a3a
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ public class CPPParameterGuessingTests extends AbstractContentAssistTest {
|
||||||
// void foo(){
|
// void foo(){
|
||||||
// aClass aTypeObj;
|
// aClass aTypeObj;
|
||||||
// tFunc<aClass> (
|
// tFunc<aClass> (
|
||||||
public void testTemplateFunction() throws Exception {
|
public void _testTemplateFunction() throws Exception {
|
||||||
Map<String, String[][]> resultsMap = new HashMap<>();
|
Map<String, String[][]> resultsMap = new HashMap<>();
|
||||||
resultsMap.put("tFunc<aClass> (x, y)", new String[][] { { "aTypeObj" }, { "bTypeObj" } });
|
resultsMap.put("tFunc<aClass> (x, y)", new String[][] { { "aTypeObj" }, { "bTypeObj" } });
|
||||||
assertParametersGuesses(resultsMap);
|
assertParametersGuesses(resultsMap);
|
||||||
|
|
Loading…
Add table
Reference in a new issue