Skip to content

Commit 30cfb2c

Browse files
srawlinsCommit Queue
authored andcommitted
linter: Remove unnecessary canonincalization test
This test was added when the linter binary existed and did some of it's own library / path / URI resolution. Change-Id: Id529b8d8eb2ff6550b1281f58f5c613f7ce1ce42 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/390664 Reviewed-by: Phil Quitslund <[email protected]> Commit-Queue: Samuel Rawlins <[email protected]>
1 parent d8692a6 commit 30cfb2c

File tree

2 files changed

+0
-43
lines changed

2 files changed

+0
-43
lines changed

pkg/linter/test/all.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import 'package:analyzer/src/lint/io.dart';
66

77
import 'annotation_test.dart' as annotation;
88
import 'ascii_utils_test.dart' as ascii_utils;
9-
import 'canonicalization_test.dart' as canonicalization;
109
import 'doc_test.dart' as doc;
1110
import 'engine_test.dart' as engine;
1211
import 'formatter_test.dart' as formatter;
@@ -34,7 +33,6 @@ void main() {
3433

3534
annotation.main();
3635
ascii_utils.main();
37-
canonicalization.main();
3836
doc.main();
3937
engine.main();
4038
formatter.main();

pkg/linter/test/canonicalization_test.dart

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)