Skip to content

Commit da9cccc

Browse files
authored
Add tests for the window controller on Windows (#41)
2 parents 22d56a9 + f60e10e commit da9cccc

File tree

2 files changed

+157
-284
lines changed

2 files changed

+157
-284
lines changed

engine/src/flutter/shell/platform/windows/fixtures/main.dart

+5
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,11 @@ void testEngineId() {
405405
notifyEngineId(ui.PlatformDispatcher.instance.engineId);
406406
}
407407

408+
@pragma('vm:entry-point')
409+
void testWindowController() {
410+
signal();
411+
}
412+
408413
@pragma('vm:entry-point')
409414
Future<void> sendSemanticsTreeInfo() async {
410415
// Wait until semantics are enabled.

0 commit comments

Comments
 (0)