Ios simulator unittests seem to not consider the full compilation unit (flutter/engine#11413)

They only reference the headers, so temporarily declaring and defining
in the header
This commit is contained in:
Kaushik Iska 2019-08-23 09:32:00 -07:00 committed by GitHub
parent 0d8da99a35
commit 0dc2897cca

View File

@ -4,7 +4,7 @@
#import <OCMock/OCMock.h>
#import <XCTest/XCTest.h>
#import "flutter/shell/platform/darwin/ios/framework/Source/FlutterEngine_Internal.h"
#import "flutter/shell/platform/darwin/ios/framework/Headers/FlutterEngine.h"
@interface FlutteEngineTest : XCTestCase
@end