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

Unified Diff: tests/compiler/dart2js_native/native_missing_method1_frog_test.dart

Issue 2830353002: Replace 'the the' with 'the' (Closed)
Patch Set: Created 3 years, 8 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/virtual_memory.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js_native/native_missing_method1_frog_test.dart
diff --git a/tests/compiler/dart2js_native/native_missing_method1_frog_test.dart b/tests/compiler/dart2js_native/native_missing_method1_frog_test.dart
index 08aa4808d26782c4c9133ea42a038780e3983779..8120fd97784448ba877ae5ab9db1ca3f756bd132 100644
--- a/tests/compiler/dart2js_native/native_missing_method1_frog_test.dart
+++ b/tests/compiler/dart2js_native/native_missing_method1_frog_test.dart
@@ -17,7 +17,7 @@ self.nativeConstructor(A);
""";
class B {
- // We need to define a foo method so that dart2js sees it. Because the the
+ // We need to define a foo method so that dart2js sees it. Because the
// only occurences of 'foo' is on B, a Dart class, no interceptor is used. It
// thinks all calls will either go to this method, or throw a
// NoSuchMethodError. It is possible that the native class will shadow a
« no previous file with comments | « runtime/vm/virtual_memory.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698