Skip to content

Commit

Permalink
Ios simulator unittests seem to not consider the full compilation unit (
Browse files Browse the repository at this point in the history
#11413)

They only reference the headers, so temporarily declaring and defining
in the header
  • Loading branch information
iskakaushik committed Aug 23, 2019
1 parent 632a37b commit 1e828b2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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
Expand Down

0 comments on commit 1e828b2

Please sign in to comment.