mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Adjusted test expectations to the modified treatment of unused includes.
This commit is contained in:
parent
c50e715749
commit
a74fec3491
1 changed files with 0 additions and 2 deletions
|
@ -221,7 +221,6 @@ public class IncludeOrganizerTest extends IncludesTestBase {
|
|||
//
|
||||
//#include "A.h"
|
||||
//
|
||||
////#include "h1.h" // Unused
|
||||
//#include "h2.h" /* Required */ // another comment
|
||||
//#include "h3.h"
|
||||
//#include "h5.h" // Unresolved includes are preserved
|
||||
|
@ -279,7 +278,6 @@ public class IncludeOrganizerTest extends IncludesTestBase {
|
|||
//// Comment
|
||||
//
|
||||
//#include "h2.h" /* Required */ // another comment
|
||||
////#include "h1.h" // Unused
|
||||
//#include "h3.h"
|
||||
//#include "h5.h" // Unresolved includes are preserved
|
||||
//#include "A.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue