mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
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:
parent
0d8da99a35
commit
0dc2897cca
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user