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

Unified Diff: tests/compiler/dart2js_foreign/native_call_arity1_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/snapshot_test.dart ('k') | tests/compiler/dart2js_foreign/native_call_arity2_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js_foreign/native_call_arity1_test.dart
diff --git a/tests/compiler/dart2js_foreign/native_call_arity1_test.dart b/tests/compiler/dart2js_foreign/native_call_arity1_test.dart
index b59df1682b17db2409e014493ebfe3d905079758..61cd7a874323d5a1bdf89fd1f7ad14f0dc775680 100644
--- a/tests/compiler/dart2js_foreign/native_call_arity1_test.dart
+++ b/tests/compiler/dart2js_foreign/native_call_arity1_test.dart
@@ -11,12 +11,12 @@
// arguments to be passed.
@native("*A")
-class A {
+class A {
@native int foo(int x);
}
@native("*B")
-class B {
+class B {
@native int foo([x, y, z]);
}
« no previous file with comments | « runtime/vm/snapshot_test.dart ('k') | tests/compiler/dart2js_foreign/native_call_arity2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698