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

Unified Diff: compiler/javatests/com/google/dart/compiler/end2end/inc/my.app.dart

Issue 8222016: Hashcodes were being improperly calculated for public API of libraries. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: More cleanup Created 9 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
Index: compiler/javatests/com/google/dart/compiler/end2end/inc/my.app.dart
diff --git a/compiler/javatests/com/google/dart/compiler/end2end/inc/my.app.dart b/compiler/javatests/com/google/dart/compiler/end2end/inc/my.app.dart
index 4a7e4bddcc29be7245806a68a66aff4cb2e60306..e02fbc69ba5e251485a8e0da1a0f32ab45fffa16 100644
--- a/compiler/javatests/com/google/dart/compiler/end2end/inc/my.app.dart
+++ b/compiler/javatests/com/google/dart/compiler/end2end/inc/my.app.dart
@@ -11,4 +11,5 @@
#source("myother3.dart");
#source("myother4.dart");
#source("myother5.dart");
-#source("myother6.dart");
+#source("myother6.dart");
+#source("myother7.dart");

Powered by Google App Engine
This is Rietveld 408576698