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

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

Issue 1058433003: "Redo "Avoid getInterceptor calls in cases were the interceptor would be constant if it were not `n… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 9 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/compiler/lib/src/ssa/nodes.dart ('k') | tests/compiler/dart2js/interceptor_almost_constant_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 a1829eb0bca067eab9885fdd4a6dd53a779c96e4..b0bdf8dcd811c857d59ff916e01b96c6ebb809b1 100644
--- a/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
+++ b/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
@@ -28,7 +28,11 @@ const Map<String, List<String>> WHITE_LIST = const {
"lib/src/resolution/semantic_visitor.dart": const [
"The method 'error"],
"lib/src/resolution/semantic_visitor_mixins.dart": const [
- "The method 'error"]
+ "The method 'error"],
+
+ // Uncalled type predicate. Keep while related predicates are used.
+ "lib/src/ssa/nodes.dart": const [
+ "The method 'isArray' is never called"],
};
void main() {
« no previous file with comments | « pkg/compiler/lib/src/ssa/nodes.dart ('k') | tests/compiler/dart2js/interceptor_almost_constant_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698