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>
This commit is contained in:
Konstantin Shcheglov 2023-04-26 19:58:48 +00:00 committed by Commit Queue
parent 4b7de54e03
commit 97a762b083
2 changed files with 0 additions and 5 deletions

View file

@ -27,9 +27,6 @@ class CompletionTestBuilder {
buildCompletionTests();
buildOtherTests();
buildLibraryTests();
var testCount = expectedPassCount + expectedFailCount;
print(
'Total $testCount tests, of which $expectedFailCount are expected to fail.');
}
void buildCommentSnippetTests() {

View file

@ -286,8 +286,6 @@ abstract class GeneratedContent {
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.');
}
}