mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-10 17:55:39 +02:00
Attempt to fix JUnit failure.
This commit is contained in:
parent
6b57ac7cf2
commit
49d696c0de
1 changed files with 1 additions and 1 deletions
|
@ -624,7 +624,7 @@ public class RenameRegressionTests extends RenameTests {
|
|||
writer.write( " void v(){i++;} \n" ); //$NON-NLS-1$
|
||||
writer.write( "}; \n" ); //$NON-NLS-1$
|
||||
String contents = writer.toString();
|
||||
IFile file = importFile( "t.cpp", contents ); //$NON-NLS-1$
|
||||
IFile file = importFile( "t45.cpp", contents ); //$NON-NLS-1$
|
||||
waitForIndexer();
|
||||
//vp1 implicit virtual method
|
||||
int offset = contents.indexOf( "v/*vp1*/" ) ; //$NON-NLS-1$
|
||||
|
|
Loading…
Add table
Reference in a new issue