From d6c65c26db5dbc2fbfd4035fee0e30ee9e047c5a Mon Sep 17 00:00:00 2001 From: Jenn Magder Date: Tue, 10 Sep 2024 12:13:47 -0700 Subject: [PATCH] Fix 'dart --enable-asserts' typo in license check script --- ci/licenses.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/licenses.sh b/ci/licenses.sh index 9e366d2ce9516..d5aab8294c946 100755 --- a/ci/licenses.sh +++ b/ci/licenses.sh @@ -81,7 +81,7 @@ dart --version # Runs the tests for the license script. function run_tests() ( cd "$SRC_DIR/flutter/tools/licenses" - find . -name "*_test.dart" | xargs -n 1 dart -enable-asserts + find . -name "*_test.dart" | xargs -n 1 dart --enable-asserts ) # Collects the license information from the repo.