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

Unified Diff: tests/compiler/dart2js/analyze_unused_dart2js_test.dart

Issue 2213673002: Delete dart_backend from compiler. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 4 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 | « sdk/lib/dart2dart.platform ('k') | tests/compiler/dart2js/backend_dart/dart_backend_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/analyze_unused_dart2js_test.dart
diff --git a/tests/compiler/dart2js/analyze_unused_dart2js_test.dart b/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
index 8106a06e92c5c49c41e8f2f8937b1b56e4211b73..a17914eda74e3a9ab106cc0ca904cd8e48943b5f 100644
--- a/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
+++ b/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
@@ -23,9 +23,6 @@ const Map<String, List<String>> WHITE_LIST = const {
"The method 'asAssert' is never called.",
"The method 'asLiteralBool' is never called."],
- // Some things in dart_printer are not yet used
- "lib/src/dart_backend/backend_ast_nodes.dart": const [" is never "],
-
// Uncalled methods in SemanticSendVisitor and subclasses.
"lib/src/resolution/semantic_visitor.dart": const [
"The method 'error"],
@@ -56,10 +53,6 @@ const Map<String, List<String>> WHITE_LIST = const {
"accept", "CreateFunction",
],
- "lib/src/dart_backend/backend_ast_to_frontend_ast.dart": const [
- " is never "
- ],
-
// Useful utility functions that are not currently used.
"lib/src/cps_ir/cps_fragment.dart": const [
"The method 'beginLoop' is never called.",
« no previous file with comments | « sdk/lib/dart2dart.platform ('k') | tests/compiler/dart2js/backend_dart/dart_backend_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698