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

Unified Diff: tests/compiler/dart2js_foreign/native_class_inheritance3_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
Index: tests/compiler/dart2js_foreign/native_class_inheritance3_test.dart
diff --git a/tests/compiler/dart2js_foreign/native_class_inheritance3_test.dart b/tests/compiler/dart2js_foreign/native_class_inheritance3_test.dart
index 1ee097f7fa3f743db4e4ab6124741716707f309f..cac08151b5f7d7756cc9c0b6929dd8e333406458 100644
--- a/tests/compiler/dart2js_foreign/native_class_inheritance3_test.dart
+++ b/tests/compiler/dart2js_foreign/native_class_inheritance3_test.dart
@@ -7,7 +7,7 @@
// noSuchMethod is cached on Object.prototype.
@native("*A1")
-class A1 {
+class A1 {
}
@native("*B1")
@@ -19,7 +19,7 @@ class B1 extends A1 {
@native("*A2")
-class A2 {
+class A2 {
@native foo([a=99]);
}

Powered by Google App Engine
This is Rietveld 408576698