commit | 97a762b083f11a4cb0d285d0fd088f4992838aeb | [log] [tgz] |
---|---|---|
author | Konstantin Shcheglov <scheglov@google.com> | Wed Apr 26 19:58:48 2023 +0000 |
committer | Commit Queue <dart-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 26 19:58:48 2023 +0000 |
tree | 7ea5860873395348dad4fc7e572058bbcfa4d4b3 | |
parent | 4b7de54e034e2de9a0bff2c6e7612bb7ae78d408 [diff] |
Remove debug output from analysis_server/ tests. Change-Id: Ia358d4f51c605ca66e5111769d1f716559251f63 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/298780 Commit-Queue: Konstantin Shcheglov <scheglov@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
diff --git a/pkg/analysis_server/test/completion_test.dart b/pkg/analysis_server/test/completion_test.dart index f288648..952b392 100644 --- a/pkg/analysis_server/test/completion_test.dart +++ b/pkg/analysis_server/test/completion_test.dart
@@ -27,9 +27,6 @@ buildCompletionTests(); buildOtherTests(); buildLibraryTests(); - var testCount = expectedPassCount + expectedFailCount; - print( - 'Total $testCount tests, of which $expectedFailCount are expected to fail.'); } void buildCommentSnippetTests() {
diff --git a/pkg/analyzer_utilities/lib/tools.dart b/pkg/analyzer_utilities/lib/tools.dart index 9d82d1c..6499a3c 100644 --- a/pkg/analyzer_utilities/lib/tools.dart +++ b/pkg/analyzer_utilities/lib/tools.dart
@@ -286,8 +286,6 @@ var generateScript = normalize(joinAll(posix.split(generatorPath))); print(' $executable $generateScript ${args.join(" ")}'); fail('Error codes need to be generated'); - } else { - print('All generated files up to date.'); } }