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

Unified Diff: sdk/lib/_internal/compiler/implementation/enqueue.dart

Issue 655803002: Mark analyzer test as failing. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 2 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/pkg.status ('k') | tests/lib/lib.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/compiler/implementation/enqueue.dart
diff --git a/sdk/lib/_internal/compiler/implementation/enqueue.dart b/sdk/lib/_internal/compiler/implementation/enqueue.dart
index 8c101a4ed2a9c447a1db7863277ba93f002fbbb7..bc0e0ed8e1fe4498ad956a4f9ec2feed6fb239db 100644
--- a/sdk/lib/_internal/compiler/implementation/enqueue.dart
+++ b/sdk/lib/_internal/compiler/implementation/enqueue.dart
@@ -512,6 +512,9 @@ abstract class Enqueuer {
* Invariant: [element] must be a declaration element.
*/
void registerStaticUse(Element element) {
+ if (element.toString().contains("EXPECTED_ONE_LIST_TYPE_ARGUMENTS")) {
floitsch 2014/10/14 12:47:32 Debug code. Removing and uploading a new patch set
+ print(element);
+ }
if (element == null) return;
assert(invariant(element, element.isDeclaration));
addToWorkList(element);
« no previous file with comments | « pkg/pkg.status ('k') | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698