File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change @@ -62,7 +62,6 @@ echo "Analyzing dart:ui library..."
6262autoninja -C " $SRC_DIR /out/host_debug_unopt" generate_dart_ui
6363analyze \
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
6867echo " Analyzing flutter_frontend_server..."
You can’t perform that action at this time.
0 commit comments