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

175267 - reenable failing test

This commit is contained in:
Andrew Ferguson 2007-02-26 08:58:19 +00:00
parent 5db2221159
commit 58342e9fad

View file

@ -696,7 +696,7 @@ public class BasicCallHierarchyTest extends CallHierarchyBaseTest {
}
public void _testFunctionsWithParamsC_175267() throws Exception {
public void testFunctionsWithParamsC_175267() throws Exception {
doTestFunctionsWithParams("functionsWithParams.c");
}