Skip to content

Commit b745564

Browse files
kevmoocommit-bot@chromium.org
authored andcommitted
remove unittest pkg reference from test_runner
Change-Id: I93d217009ea72c43c1db0ee45b8c2d5fbd9141fe Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/140377 Commit-Queue: Kevin Moore <kevmoo@google.com> Auto-Submit: Kevin Moore <kevmoo@google.com> Reviewed-by: Nate Bosch <nbosch@google.com>
1 parent bdf1454 commit b745564

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pkg/test_runner/lib/src/utils.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ const testPackages = [
2727
"matcher",
2828
"meta",
2929
"path",
30-
"stack_trace",
31-
"unittest"
30+
"stack_trace"
3231
];
3332

3433
// TODO(nshahan): Grow this list until it matches the list above. We are

0 commit comments

Comments
 (0)