Unverified Commit 0b687122 authored by liyuqian's avatar liyuqian Committed by GitHub

Change `-c` to `--enable-asserts` (#30055)

Unblock the engine roll that includes the Dart roll that removes `-c`.
parent 817b959b
......@@ -118,7 +118,7 @@ task:
- bin\flutter.bat update-packages
- git fetch origin master
test_all_script:
- bin\cache\dart-sdk\bin\dart.exe -c dev\bots\test.dart
- bin\cache\dart-sdk\bin\dart.exe --enable-asserts dev\bots\test.dart
matrix:
- name: tests-windows
env:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment