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