1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-08 00:35:49 +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:
Felix Morgner 2019-06-27 14:40:51 +02:00 committed by Thomas Corbat
parent acb5ab5105
commit 996d7193c0

View file

@ -620,7 +620,7 @@ public class IncludeOrganizerTest extends IncludesTestBase {
//b.h
//#include "a.h"
//struct B : public A {
//}
//};
//c.h
//class B;