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

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

Issue 1121233002: Add ConstantExpression.evaluate. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated cf. comments Created 5 years, 7 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
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 b0bdf8dcd811c857d59ff916e01b96c6ebb809b1..29f1e70ae67a6181b017dcf0d8c9835053fe581c 100644
--- a/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
+++ b/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
@@ -33,6 +33,10 @@ const Map<String, List<String>> WHITE_LIST = const {
// Uncalled type predicate. Keep while related predicates are used.
"lib/src/ssa/nodes.dart": const [
"The method 'isArray' is never called"],
+
+ // Method in abstract class. Currently only instantiated trough tests.
+ "lib/src/constants/expressions.dart": const [
+ "The method 'readFromEnvironment' is never called"],
};
void main() {
« no previous file with comments | « pkg/compiler/lib/src/use_unused_api.dart ('k') | tests/compiler/dart2js/constant_expression_evaluate_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698