mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-08 08:45:44 +02:00
Bug 488349 - Organize Includes removes an include necessary for a...
Add missing ; to test case. Change-Id: If0224c4fc3580cbe527efe0d3a5739896a000d7e Signed-off-by: Felix Morgner <fmorgner@hsr.ch> Signed-off-by: Thomas Corbat <tcorbat@hsr.ch>
This commit is contained in:
parent
acb5ab5105
commit
996d7193c0
1 changed files with 1 additions and 1 deletions
|
@ -620,7 +620,7 @@ public class IncludeOrganizerTest extends IncludesTestBase {
|
||||||
//b.h
|
//b.h
|
||||||
//#include "a.h"
|
//#include "a.h"
|
||||||
//struct B : public A {
|
//struct B : public A {
|
||||||
//}
|
//};
|
||||||
|
|
||||||
//c.h
|
//c.h
|
||||||
//class B;
|
//class B;
|
||||||
|
|
Loading…
Add table
Reference in a new issue