mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-05 08:46:02 +02:00
Renamed testcase.
This commit is contained in:
parent
cbabb21a6e
commit
eb314dd0f3
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue