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

Unified Diff: runtime/vm/snapshot_test.dart

Issue 10993059: Stop using the Hashable interface. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Another space removed. Created 8 years, 3 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 | « runtime/vm/scanner_test.cc ('k') | tests/compiler/dart2js_foreign/native_call_arity1_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/snapshot_test.dart
diff --git a/runtime/vm/snapshot_test.dart b/runtime/vm/snapshot_test.dart
index 8b94325ef02941d2a4479103f89a2305dda5775c..2812b40ccae96002610e70c65b9a2e5fba1249a2 100644
--- a/runtime/vm/snapshot_test.dart
+++ b/runtime/vm/snapshot_test.dart
@@ -4,7 +4,7 @@
#import("dart:isolate");
-class Fields {
+class Fields {
Fields(int i, int j) : fld1 = i, fld2 = j, fld5 = true {}
int fld1;
final int fld2;
« no previous file with comments | « runtime/vm/scanner_test.cc ('k') | tests/compiler/dart2js_foreign/native_call_arity1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698