1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-05 08:46:02 +02:00

Renamed testcase.

This commit is contained in:
Markus Schorn 2010-05-17 14:26:36 +00:00
parent cbabb21a6e
commit eb314dd0f3

View file

@ -1192,7 +1192,7 @@ public class IndexCPPBindingResolutionBugs extends IndexBindingResolutionTestBas
// void YetAnotherTest::test() {
// arr[0].member=0;
// }
public void testXXXX_Bug303739() throws Exception {
public void testElaboratedTypeSpecifier_Bug303739() throws Exception {
getBindingFromASTName("member=0", -2, ICPPField.class);
}