Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(84)

Unified Diff: pkg/analyzer/test/src/task/strong/strong_test_helper.dart

Issue 1673933002: remove unused locals/members/test functions (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: rm newlines Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/analyzer/test/src/task/strong/inferred_type_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/test/src/task/strong/strong_test_helper.dart
diff --git a/pkg/analyzer/test/src/task/strong/strong_test_helper.dart b/pkg/analyzer/test/src/task/strong/strong_test_helper.dart
index e28a01e68afe92d80a45998e238b2ec47f4eb47a..83c047773ff09752d838d8458d010ae5df01b01e 100644
--- a/pkg/analyzer/test/src/task/strong/strong_test_helper.dart
+++ b/pkg/analyzer/test/src/task/strong/strong_test_helper.dart
@@ -46,12 +46,6 @@ void checkFile(String content) {
check();
}
-/// Adds [files] using [addFiles] and calls [check].
-void checkFiles(Map<String, String> files) {
- addFiles(files);
- check();
-}
-
/// Adds a file to check. The file should contain:
///
/// * all expected failures are listed in the source code using comments
« no previous file with comments | « pkg/analyzer/test/src/task/strong/inferred_type_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698