Skip to content

Commit b69f6c1

Browse files
pqCommit Queue
authored andcommitted
[CQ] add missing scope_util_test to all test suite
Change-Id: I3cc943147addf3d9c342e23805cf0745510f3b38 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/403703 Reviewed-by: Konstantin Shcheglov <[email protected]> Reviewed-by: Brian Wilkerson <[email protected]> Auto-Submit: Phil Quitslund <[email protected]> Commit-Queue: Phil Quitslund <[email protected]> Commit-Queue: Brian Wilkerson <[email protected]> Commit-Queue: Konstantin Shcheglov <[email protected]>
1 parent edde039 commit b69f6c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/linter/test/all.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import 'mocks.dart';
1414
import 'pubspec_test.dart' as pubspec;
1515
import 'rule_test.dart' as rule;
1616
import 'rules/all.dart' as rules;
17+
import 'scope_util_test.dart' as scope_util;
1718
import 'utils_test.dart' as utils;
1819
import 'validate_incompatible_rules_test.dart' as validate_incompatible_rules;
1920
import 'validate_no_rule_description_references_test.dart'
@@ -38,6 +39,7 @@ void main() {
3839
pubspec.main();
3940
rule.main();
4041
rules.main();
42+
scope_util.main();
4143
utils.main();
4244
validate_incompatible_rules.main();
4345
validate_no_rule_description_references.main();

0 commit comments

Comments
 (0)