Skip to content

Commit

Permalink
Remove mixed mode tests (#816)
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed May 11, 2023
1 parent 710021c commit 38d966e
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 531 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,3 @@ jobs:
- run: flutter analyze --no-current-package

- run: flutter test --no-pub --coverage test/null_safe
- run: flutter test --no-pub --coverage --no-sound-null-safety test/mixed_mode
if: matrix.channel != 'master'
4 changes: 2 additions & 2 deletions example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ class MyHomePage extends StatelessWidget {
appBar: AppBar(
title: const Text('Example'),
),
body: Center(
body: const Center(
child: Column(
mainAxisSize: MainAxisSize.min,
mainAxisAlignment: MainAxisAlignment.center,
children: const <Widget>[
children: <Widget>[
Text('You have pushed the button this many times:'),

/// Extracted as a separate widget for performance optimization.
Expand Down
12 changes: 0 additions & 12 deletions test/mixed_mode/common_legacy.dart

This file was deleted.

46 changes: 0 additions & 46 deletions test/mixed_mode/inherited_provider_legacy_test.dart

This file was deleted.

297 changes: 0 additions & 297 deletions test/mixed_mode/provider_legacy_mixing_impl.dart

This file was deleted.

4 changes: 0 additions & 4 deletions test/mixed_mode/provider_legacy_mixing_test.dart

This file was deleted.

Loading

0 comments on commit 38d966e

Please sign in to comment.