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

Unblock the engine roll that includes the Dart roll that removes `-c`.
This commit is contained in:
liyuqian 2019-03-27 12:31:04 -07:00 committed by GitHub
parent 817b959bfd
commit 0b68712246
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: