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:
parent
fe88f1f305
commit
03f0a71a3a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue