1
0
Fork 0
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:
Sergey Prigogin 2014-06-04 11:56:04 -07:00
parent c50e715749
commit a74fec3491

View file

@ -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"