Skip to content

Commit 8490ec2

Browse files
author
Casey Hillers
authored
[ci] Remove null safety experiment flag (#24392)
1 parent bee0d2a commit 8490ec2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ task:
5555
bin/flutter analyze --dartdocs --flutter-repo --local-engine=host_debug_unopt
5656
test_framework_script: |
5757
cd $FRAMEWORK_PATH/flutter/packages/flutter
58-
../../bin/flutter test --local-engine=host_debug_unopt --null-assertions --sound-null-safety --enable-experiment=non-nullable
58+
../../bin/flutter test --local-engine=host_debug_unopt --null-assertions --sound-null-safety
5959
# TODO(fujino): remove this once ci/licenses.sh is run on LUCI
6060
- name: licenses_check
6161
build_script: |

ci/analyze.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ echo "Analyzing dart:ui library..."
6262
autoninja -C "$SRC_DIR/out/host_debug_unopt" generate_dart_ui
6363
analyze \
6464
--options "$FLUTTER_DIR/analysis_options.yaml" \
65-
--enable-experiment=non-nullable \
6665
"$SRC_DIR/out/host_debug_unopt/gen/sky/bindings/dart_ui/ui.dart"
6766

6867
echo "Analyzing flutter_frontend_server..."

0 commit comments

Comments
 (0)